Properties getting mixed up in VS 2005 ASP.NET Visual Designer
Posted by: Rick Strahls WebLog,
on 12 Jun 2007 |
View original
Here's an interesting problem in the ASP.NET designer in VS 2005: I have a custom control that has two properties with similar names. Somehow Visual Studio's designer appears to be getting the properties mixed up when trying to display the properties in the property sheet. Here are the property definitions on a custom control: /// <summary>/// The CSS class that is used to render a selected button. Defaults to selectedtabbutton./// </summary>[Browsable(true), Description("The CSS...