Tag Archives: W3C

Validate Web Page Against W3C Validator in .NET

During one of the redesigns of DeepFitness.com, I decided to make sure all the articles validated to XHTML.  The post Converting HTML to XHTML Programmatically in .NET shows how I did that.  FreeTextBox did an excellent job assisting with the … Continue reading

Posted in ASP.NET, C# | Tagged , | Leave a comment

W3C Validation for ASP.NET Data Controls

If you’ve had the W3C Validator curse your ASP.NET 2.0 code for not being XHTML, it may not be your fault. The ASP.NET engines sees the W3C validator as down-level browser and renders non-XHTML compliant code. Your code is most … Continue reading

Posted in ASP.NET | Tagged , , , | Comments Off