473,385 Members | 1,869 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

W3C Validator error: Tag Name not present

Bob

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
Jun 14 '06 #1
3 1539
Bob wrote:
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?
Jun 14 '06 #2
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.

"Bob" wrote:

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

Jun 14 '06 #3
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]

"Bob" <Bo*@discussions.microsoft.com> wrote in message
news:D3**********************************@microsof t.com...

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

Jun 15 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: DU | last post by:
Hello fellow stylers, I don't understand the error report given by the W3C CSS validator: "Line: -1 unrecognized media screen, tv " I checked carefully and can't figure this one out. I...
0
by: Tom Pearson | last post by:
I create controls and validators dynamically dependent on data at runtime. I create the control then the relevant validator(s) for it assigning the Control.ID as the control to validate. These...
6
by: Assimalyst | last post by:
Hi, I'm attempting to write a piece of code that acts as a client side validator for all drop down lists on a webform, giving an error if the SelectedIndex = 0. Here is what i have:
2
by: Pham Nguyen | last post by:
Has anyone seen an example of a textbox server control that has built-in client-side validation? I'd like to build a server control that extends the System.Web.UI.WebControls.TextBox class to allow...
10
by: Rigs | last post by:
Hi, I have a textbox with a Custom Validator that utilizes the OnServerValidate method for that textbox. This works fine, however the method only executes when data exists in that textbox after...
3
by: tshad | last post by:
I have a page that is very long so I have set it up to page using <div> to display or hide the different pages. When I get to the last page the user submits the page. This works great, except...
5
by: Bob Cox | last post by:
I am getting the error: Invalid number : color fuchsia is not a color value : fuchsia from the W3C CSS validator, yet I am sure the same CSS validated ok previously. The offending CSS is: ...
37
by: Prisoner at War | last post by:
Actually, it doesn't have to be a blockquote...but I'm at my wits' end: I want to make bold several lines of text which have a pair of <br /tags between them...seems like the <b></bdo not "carry...
1
by: raghulvarma | last post by:
I have developed a custom validator to see if the name is already present in the array, if present then error message is provided.I have a textbox(TextBox1) to enter a name a button (Button1) to...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.