Home All Groups Group Topic Archive Search About
Author
16 Jan 2006 12:24 PM
Arvind R
Hello,

Is it true that VS 2005 Validation control do support other browsers? like
mozilla and opera? rather than only IE?

someone please let me know on this.

also let me know if theres some third party controls/components to achive in
dotnet framework 1.1 (vs 2003) environment. (server side or client side)

--
--
Thanks,

Arvind

Author
16 Jan 2006 6:17 PM
Peter Blum
Hi Arvind,

Yes, the ASP.NET 2.0 validators now support Mozilla and Opera on the
client-side. They also have two additional features, validation groups and
the ability to set focus to the field with the error.

I've built a replacement to the validators, useful in ASP.NET 1.x and 2.0.
In fact, its feature set is far more extensive than what you get from
Microsoft. I put together a list of the limitations of the Microsoft
validators here: http://www.peterblum.com/vam/valmain.aspx

My solution, Professional Validation And More
(http://www.peterblum.com/vam/home.aspx) supports most modern browsers on
the client-side even in ASP.NET 1.x. It supports validation groups in
ASP.NET 1.x. It not only can set focus to the field with the error in all
platforms, but it can also change the appearance of the field with the
error, the label of that field, show an alert or blink the error message to
get the user's attention.

--- Peter Blum
www.PeterBlum.com
Email: PLB***@PeterBlum.com
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx

Show quoteHide quote
"Arvind R" <arvind r@erivasystems.com> wrote in message
news:e2w4SfpGGHA.2680@TK2MSFTNGP09.phx.gbl...
> Hello,
>
> Is it true that VS 2005 Validation control do support other browsers? like
> mozilla and opera? rather than only IE?
>
> someone please let me know on this.
>
> also let me know if theres some third party controls/components to achive
> in dotnet framework 1.1 (vs 2003) environment. (server side or client
> side)
>
> --
> --
> Thanks,
>
> Arvind
>