Results 1 to 3 of 3

Thread: Incompatibility with browser

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2004
    Posts
    7

    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
    Baichung

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    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...

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2004
    Posts
    7
    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
    Baichung

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width