vbscript validations and .NET

  • Thread starter Thread starter Jon Paugh
  • Start date Start date
J

Jon Paugh

Hi,

Does microsoft use VBScript or JavaScript to do client-
side validation of asp.net web controls? Is there a way to
choose which language you would like to use?

Thanks,

Jon Paugh
 
all the client validation code is in javascript, but is not w3c compliant,
so its only emitted when the browser is detected as IE, hopefully the code
will updated to w3c compliant so other browsers are supported.

your custom validator can use vbscript, but it will only work with IE.

-- bruce (sqlwork.com)
 
Back
Top