Re: validation controls problem
From: Ashish M Bhonkiya (bhonkiya_at_hotmail.com.nospam)
Date: 07/23/04
- Next message: John Saunders: "Re: Calling an executable from an .aspx page hosted on Windows 2003"
- Previous message: Ashish M Bhonkiya: "Re: newbie question - files"
- In reply to: Anoj Kumar: "validation controls problem"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 23 Jul 2004 16:06:38 +0530
Hi Anoj Kumar,
personally i wud suggest you to have the validations done at both the levels
client/server.
The reason behind this is there are browsers which does not support this
(CustomValidators not being supported on Netscape 7.0), so your validations
cud be bypassed at the client side. Also Please check Page.IsValid on the
button click before procedding to do any processing.
HTH
-- Regards Ashish M Bhonkiya "Anoj Kumar" <anoj@soffpro.com> wrote in message news:uUeGzwHcEHA.556@tk2msftngp13.phx.gbl... > Hi All , > > I am facing very strange kind of problem. > I am using few validation controls ( requiredfield validation, and > regexvalidation) > on a form. I've set the validion to occour at the client side. At my local > system everything > is working fine but at the server.. client side validation is not working .. > rather it shows the > validation messages after the form is posted . > > Kindly help. > > Regards, > > Anoj Kumar > > > > > >
- Next message: John Saunders: "Re: Calling an executable from an .aspx page hosted on Windows 2003"
- Previous message: Ashish M Bhonkiya: "Re: newbie question - files"
- In reply to: Anoj Kumar: "validation controls problem"
- Messages sorted by: [ date ] [ thread ]