Hey guys
I'm "re-skinning" a legacy .NET 1.1 site (i know, don't ask).
Anyway, originally it was all horrible html4.0 markup, and the new design is xhtml.
How do I change the way server controls render in .NET 1.1 amd Visual Studio 2003?
For example, the asp:ImageButton control is rendering without the self closing tag, how do I change this?
cheers!