Validation Server Control
 
Client side validation
 
• Validation occurs before the web form is post back to the originating server or we can say the validation occurs at end user’s browser.

• It is quick and responsive to the user.

• It is insecure validation type. Any important information can trace by a user at client side validation.

• An expert user can alter the code or use it accordingly.