|
-
May 7th, 2004, 05:54 AM
#1
Thread Starter
New Member
Incompatibility with browser
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
-
May 7th, 2004, 07:44 AM
#2
I wonder how many charact
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...
-
May 7th, 2004, 11:26 PM
#3
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|