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?
 
Back
Top