W3C Validator error: Tag Name not present

G

Guest

Hi all,

I'm trying to validate my web site developed with ASP.NET using
http://validator.w3c.org but I received this error message:
.....there is no attribute "name".

If I view the source code of my web page from IE browser, there is no TAG
Name in the web form page.....

I set in the web.config also:
<xhtmlConformance
mode="strict"
.....>
but nothing changes....

Thanks a lot in advance for any help
 
R

Ray Booysen

Bob said:
Hi all,

I'm trying to validate my web site developed with ASP.NET using
http://validator.w3c.org but I received this error message:
....there is no attribute "name".

If I view the source code of my web page from IE browser, there is no TAG
Name in the web form page.....

I set in the web.config also:
<xhtmlConformance
mode="strict"
....>
but nothing changes....

Thanks a lot in advance for any help
Can you post the line that this error occurs in? Are you using 1.1 or 2.0?
 
G

Guest

Bob,

although it is very difficult to identify what is the problem, see exactly
if you are missing the 'name' for web controls etc.

HTML example: <table name='tblmain'>.....</table>

validating the site could be quite a challenging task, try checking some
sample code at a time.
 
K

Ken Cox [Microsoft MVP]

Hi Bob,

I ran into a situation where my XHTML wouldn't validate. I think it was
because the validator, as a user-agent was being treated as a downlevel
browser by ASP.NET. In other words, the validator wasn't seeing what other
browsers were seeing because ASP.NET was adjusting. At least that was my
theory.

Ken
Microsoft MVP [ASP.NET]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top