client support of asp.net validation is IE only. with any other browser, it
is server side only. also notice that if the browser is not IE, style widths
and heights are not emitted. the ms webform controls are really IE only.
note: the client validation code (WebUIValidation.js) uses the IE dom, not
the W3C (html 4.0) dom, so it only works with IE. you could edit this code
to be browser neutral, then lie about the browser level to create the
validation calls.
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.