Making ASP.Net applications XHTML compliant
Good article here on how the auto generated code by the .Net Framework is not XHTML compliant due to CaSe sensitivity and unclosed tags etc
This C# page class would allow you to derive your own pages from it and override the Render tag to convert the output to compliant XHTML
www.codeproject.com/aspnet/ASPNET2XHTML.asp



0 Comments:
Post a Comment
<< Home