I am currently working on a server control that renders a lay-out (a nice formatted html table). This control has one custom property/attribute called title (string).
With the tags of this server control I want to place other controls (eg. a label).
Everything works fine at run-time.
But when I modify the title property at design time in Visual Studio the enclosed tags disappear. What causes this behaviour? Why does VS deletes the inner text and tags?
Eric
I'll be back ;)