Javascript Validations are used to validate at client side without postback the page to the server.
But Asp.net validation is a validation which use to validate in server side as well as client side to
validate the data it should goes to server, so it is postbacked. So if you just want to validate at the
client side and want a very fast validation use javascript. Otherwise use asp.net validation control as validating both the sides is always best.
For any further clarification go to this link:
http://forums.devx.com/showthread.php?t=11912 == Mallesh
Mahesh_Chs, if this helps please login to Mark As Answer. |
Reply | Alert Moderator