[Mono-list] Client side validation

Gonzalo Paniagua Javier gonzalo.reply.to.the.list.iam.subscribed@ximian.com
Sun, 10 Oct 2004 17:33:21 +0200


On Fri, 2004-10-08 at 08:32, 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?

No, all validations will be done in the server side only. So far no one
has volunteered to write some javascript that works on all browsers.

-Gonzalo