DataBoundControl Properties
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I'm writting a custom databound control. If I a name a property "LegendStartupAnimationType" it will not be properly serialized/deserialized at design-time (at runtime it works ok). If I change any letter in the property name it works ok. What is really strange is that I found about 6 different property names that behave the same way, so I kind of rule out reserved words or anything like that. Does anyone know what exactly is going on?