A
Ante Perkovic
Hi,
I noticed that client-side validation (in IE6) is done with <span>
tags that have the same attributes as in original aspx code
(controlToValidate and others...). I noticed that, when i save
generated html as a new document with html extension and open it in
Visual Studio.NET, the same VS.NET that created them doesn't
recognised those span atributtes (ie.5 shema is used) and marks them
with underline!
How is it possible that VS.NET doesn't recognize its own creation?
Also, i couldn't find any javascript that actually makes validator's
text visible on submit.
Is it done by some javascript code that is inserted in page with some
included .js file or is this functionality included in <span> tag?
Thanks, Ante
I noticed that client-side validation (in IE6) is done with <span>
tags that have the same attributes as in original aspx code
(controlToValidate and others...). I noticed that, when i save
generated html as a new document with html extension and open it in
Visual Studio.NET, the same VS.NET that created them doesn't
recognised those span atributtes (ie.5 shema is used) and marks them
with underline!
How is it possible that VS.NET doesn't recognize its own creation?
Also, i couldn't find any javascript that actually makes validator's
text visible on submit.
Is it done by some javascript code that is inserted in page with some
included .js file or is this functionality included in <span> tag?
Thanks, Ante