Hi,
Is validation controls are worked client side or serverside?
If these are work at client side ,i disabled javascript code in all my browsers?
How they work?
At that time what can i do?
Thanks inadvance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jiteendra SampathiraoPosted Jul 19, 2011, 8:35 AM
if you use asp.Net controls those are Server side validation controls.
if we use Javascript for validation..validations are done before page request happens...
if we use asp validation controls, validations will happen after page request sent it to the server.
Know More: Click Here
i hope u got some idea...