Posts
120
Comments
117
Trackbacks
22
settings transfer from designer to code in composite control in asp.net

If you want to build your own composite control for ASP.Net and you want to create in such a way that when you set a property in the designer window, the setting is reflected in the aspx code, placing this attribute on each public property is the key:

[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]

posted on Tuesday, April 03, 2007 7:05 PM Print
Comments
No comments posted yet.

Post Comment

Title *
Name *
Email
Url
Comment *  
 
News