InterviewSolution
Saved Bookmarks
| 1. |
Explain Webpart Properties, And What Are Some Of The Attributes You See When Declaring Webpart Properties In Code? |
|
Answer» WEBPART PROPERTIES are just like ASP.NET control properties, they are used to specify the characteristics of a webpart and by SPECIFYING the attributes with the desired VALUES by a user. Some of the attributes are WebDescription, WebDisplayName, Category, Personalizable, and WebBrowsable. WebPart properties are just like ASP.NET control properties, they are used to specify the characteristics of a webpart and by specifying the attributes with the desired values by a user. Some of the attributes are WebDescription, WebDisplayName, Category, Personalizable, and WebBrowsable. |
|