Hi just want to know do validation controls in asp net run at server side or they run at client side.
Thanks & Regards
Salman Farooqui
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.
Salman FarooquiPosted May 21, 2014, 7:02 AM
Abhay ShankerPosted May 21, 2014, 6:45 AM
wastefull trip to the server when the data is know to violate the validation
rules. Assuming the data is good (or seems to be), the validation is again
performed on the server to catch any spoofing attempts by the client.
Nitesh KejriwalPosted May 21, 2014, 6:29 AM
They run at client-side :)