1
vote
0answers
29 views

How to make Server controls in .NET 1.1 render in compliance with Xhtml

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 ...