[Mono-list] Client side validation

Jonel Rienton jonel@road14.com
Fri, 8 Oct 2004 09:59:58 -0500


Just to be on the safe side, make sure you also do a server validation 
since some browsers doesn't support the validation controls.

Something like,  test Page.IsValid on the page_load event

On Oct 8, 2004, at 9:21 AM, sarvesh wrote:

> Hi,
>  I have few question about how asp.net in mono handles Validation
>  Controls. Now as we know the Validation Controls that MS ASP.Net
>  provides does not work with non-Microsoft browsers. I am porting these
>  application to mono ASP.Net and also need make sure that the
>  application works with non-Microsoft browsers as well, do i need to
>  take some extra steps ? Will all the Client side script inserted by
>  the Validators work without any change?
>  regards
> sarvesh