Validators in netscape

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi every one

I wanted to use RegularExpressionValidator and other validators in my
asp.net pages.
when I use internet explorer as a browser it works fine but when I use
netscape or other browser it doesn’t work.

Is there any body who know what I have to do to solve my problem?
Thank you
 
Thank you Karl

I used Paul Glavich's DOM validators.
It works fine in Internet Explorer but when I use it in netscape it works
after post back a page.
For example I wanted to get user information and save them in database.
When I Click the Register button it save the information in database and
after that validator notifys me for example " you entered the wrong email
address".
please tell me what I can do to solve my problem.

Thanks
 
Masoud said:
Thank you Karl

I used Paul Glavich's DOM validators.
It works fine in Internet Explorer but when I use it in netscape it
works after post back a page.
For example I wanted to get user information and save them in
database. When I Click the Register button it save the information in
database and after that validator notifys me for example " you
entered the wrong email address".
please tell me what I can do to solve my problem.

Thanks

Before you save the info to the database, you need to check for
Page.IsValid. Maybe you need to call Page.Validate() first.

Hans Kesting
 

Ask a Question

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.

Ask a Question

Back
Top