How to add new category attribute to Custom control in asp.net
This code adds CssClass property to Appearance Category in property
window
[Category("Appearance")]
public string CssClass
{
set { CssClass = value; }
}
Now my question is that how can i can create my own category that will
appear in Property window in Asp.net
--
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net