Server-side validation and mozilla

F

Frédéric Mayot

Hi,
I have some VS.NET 2003 validators in a page. When I use IE, OK. With
Mozilla, as it's supposed to behave, the validation doesn't occur on the
client-side. The problem is the server-side validation doesn't work
(Page.IsValid is true in the validation button event handler) ?
Fred
 
N

Nicole Calinoiu

Fred,

You need to call the Page.Validate method before using Page.IsValid. See
the documentation for the IsValid method for details.

HTH,
Nicole
 

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

Top