Monday, February 18, 2013

To make a user controls property visible in aspx intellisense and properties window add below attributes
 
[Browsable(true)]
       
[EditorBrowsable(EditorBrowsableState.Always)]

       
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]

       
[Bindable(true)]

No comments:

SSL Error - The connection for this site is not secure

 After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...