Home > Archive > ASP .NET > July 2004 > Server-side validation and mozilla
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Server-side validation and mozilla
|
|
| Frédéric Mayot 2004-07-30, 3:58 pm |
| 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
| |
| Nicole Calinoiu 2004-07-30, 3:58 pm |
| Fred,
You need to call the Page.Validate method before using Page.IsValid. See
the documentation for the IsValid method for details.
HTH,
Nicole
"Frédéric Mayot" <toto@toto.com> wrote in message
news:em5y69jdEHA.1152@TK2MSFTNGP09.phx.gbl...
> 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
>
>
|
|
|
|
|