How to validate expression on button click in asp.net C#

Posted by Hamad on Stack Overflow See other posts from Stack Overflow or by Hamad
Published on 2011-06-03T17:10:32Z Indexed on 2013/06/30 10:21 UTC
Read the original article Hit count: 294

Filed under:
|
|

I am making a website and I have made a form fields like email field and validation expressions associated with it. Validation is initiated on text change. But i want it t execute on "submit" button click event. I have searched but could not locate the solution to my problem. Please tel me why is this happening and how can i make it right. I am new to this web development field, So need help from you guys.

Thanks in advance!!!

Hamad

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET