ASPX Page Warning only when open.

  • Thread starter Thread starter MULTISY
  • Start date Start date
M

MULTISY

The warning:
Validation (ASP.Net): Attribute 'Node' is not a valid attribute of element
'someControl'.

This warning will only appear if the .aspx page is open; so is there a way
the Web Application Project (WAP) is built to display this warning for aspx
& ascx pages that are not open.

If an attribute were remove Visual Studio would only warn about it if page
were open, so how do you catch pages that are using 'someControl' and not
opened???
 
The warning:
Validation (ASP.Net): Attribute 'Node' is not a valid attribute of element
'someControl'.

This warning will only appear if the .aspx page is open; so is there a way
the Web Application Project (WAP) is built to display this warning for aspx
& ascx pages that are not open.

If an attribute were remove Visual Studio would only warn about it if page
were open, so how do you catch pages that are using 'someControl' and not
opened???

Can you post the code of 'someControl' here please?
 

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

Back
Top