views:

39

answers:

4

Is there a way to validate my ASPX page code? I have plenty of missing div tags, missing td tags etc on my page. How can I catch all my html errors ? The Visual Studio aspx editor won't help that much. Is there any tool to facilitate this ? How would you guys go about these tasks ?

+1  A: 

http://validator.w3.org/

Svisstack
+1  A: 

View your page using Opera browser, then right-click->validate. It sends the page source to the W3C validator.

Ed.C
+1  A: 

You could try to copy the url of the page to this validator if you got a online version otherwise open the page in browsers and copy the source of into here.

Hope this helps!

Gerard
+1 for the good references!
Rob
+1  A: 

Try the W3 validator. http://validator.w3.org/

Midhat