ASP.NET client side validation and post back
I have an aspx page where I have 3 asp.net textboxes and 1 asp.net control. I want to do client side validation before the message appears when I click a button. those.; If the page passes the validation check, then only I need to call the server side button click button. Can anyone help me? thanks in advance
+1
a source to share