Hi,
We have developed a website in ASP.Net.We are using regular expression validators for validating.But its not workin in Netscape 7.1 (In other versions of Netscape ive not checked...).In IE, its workin fine....
Please help.
Thanks and Regards
Printable View
Hi,
We have developed a website in ASP.Net.We are using regular expression validators for validating.But its not workin in Netscape 7.1 (In other versions of Netscape ive not checked...).In IE, its workin fine....
Please help.
Thanks and Regards
The .Net validators don't work client-side on any browser except Internet Explorer.
You will have to write your own client-side script.
You may be able to use CustomValidators and just point the validation function of the CustomValidator to your own included javascript, which you will have to write to accomodate IE and Netscape and Mozilla and Opera...
HI
Thanks for the reply...
Yesterday..when I included a Page.Isvalid in server side code, it started catching the validation errors..so no probs.
Thanks and Regards