[Mono-list] Client Side Validation Issues With Validators

2009-01-27 Thread Kenneth Brannigan
Hello, We have Mono 2.2 running on Red Hat Enterprise Linux V4. We have the following issues with client side validation: * Unless we specify the controltovalidate on a custom validator our client side function is not being called. * We also use a validation function that is provided by the WebRe

Re: [Mono-list] Client side validation...

2005-03-01 Thread Gonzalo Paniagua Javier
On Tue, 2005-03-01 at 09:41 +0100, Hubert FONGARNAND wrote: >Le Lundi 28 FÃvrier 2005 20:59, Gonzalo Paniagua Javier a Ãcrit : >> On Mon, 2005-02-28 at 16:45 +0100, Hubert FONGARNAND wrote: >> >Does someone know if client side validation will be implemented soon? >> >There's a ton of "unimplemented

Re: [Mono-list] Client side validation...

2005-03-01 Thread Hubert FONGARNAND
Le Lundi 28 Février 2005 20:59, Gonzalo Paniagua Javier a écrit : > On Mon, 2005-02-28 at 16:45 +0100, Hubert FONGARNAND wrote: > >Does someone know if client side validation will be implemented soon? > >There's a ton of "unimplemented exception" in baseValidator.cs... > >There's a lot of "ready-to

Re: [Mono-list] Client side validation...

2005-02-28 Thread Joe Audette
Cesar,   You'll be my hero if you implement it in a browser neutral way. The MS implementation seems to be IE specific. The RegularExpression and RequiredFieldValidator from MS don't work client side at all in Firefox. That would give asp.net deployments on mono an advantage.  I always do server si

Re: [Mono-list] Client side validation...

2005-02-28 Thread César Lopéz Natarén
On Mon, 2005-02-28 at 15:38 -0500, Brian Bilbro wrote: > To answer the question, will it be implemented soon? Or was that paragraph > another way of saying it will never be implemented? I'll implement it. CÃsar ___ Mono-list maillist - Mono-list@li

Re: [Mono-list] Client side validation...

2005-02-28 Thread Brian Bilbro
To answer the question, will it be implemented soon? Or was that paragraph another way of saying it will never be implemented? Thanks, Brian - Original Message - From: "Gonzalo Paniagua Javier" <[EMAIL PROTECTED]> Sent: Monday, February 28, 2005 2:59 PM On Mon, 2005-02-28 at 16:45 +01

Re: [Mono-list] Client side validation...

2005-02-28 Thread Gonzalo Paniagua Javier
On Mon, 2005-02-28 at 16:45 +0100, Hubert FONGARNAND wrote: >Does someone know if client side validation will be implemented soon? >There's a ton of "unimplemented exception" in baseValidator.cs... >There's a lot of "ready-to-use" web component that use clientsidevalidation... >and it doesn't work

[Mono-list] Client side validation...

2005-02-28 Thread Hubert FONGARNAND
Does someone know if client side validation will be implemented soon? There's a ton of "unimplemented exception" in baseValidator.cs... There's a lot of "ready-to-use" web component that use clientsidevalidation... and it doesn't work at all... Thanks -- Hubert FONGARNAND Fiducial IT ___

Re: [Mono-list] Client side validation

2004-10-09 Thread Michael J. Ryan
sarvesh wrote: Now the bad news. 1. None of the client side scripts work on non-Microsoft browsers. Now i haven't been able find out any details about this. Can the developers throw some light on this. Will client validation not work on non-MS browsers only if they are ported from visual studio? i

RE: [Mono-list] Client side validation

2004-10-08 Thread sarvesh
2. xsp is not ready production use. May be i should switch to mon_mono. regards, sarvesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonel Rienton Sent: Friday, October 08, 2004 8:30 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Mono-list] Cl

Re: [Mono-list] Client side validation

2004-10-08 Thread Jonel Rienton
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 Valid

[Mono-list] Client side validation

2004-10-08 Thread sarvesh
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 no

[Mono-list] Client side validation

2004-10-08 Thread sarvesh
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-Micros