Firing server side validations on moving from one page to another in Asp.NEt
Posted
by Sumeru Suresh
on Stack Overflow
See other posts from Stack Overflow
or by Sumeru Suresh
Published on 2009-09-16T05:27:14Z
Indexed on
2010/04/17
14:03 UTC
Read the original article
Hit count: 195
ASP.NET
I need to fire certain server side validation for a page when the user is trying move from that page to another..
Even though he is not clicking on any buttons these server side validations have to be fired when he is moving out of this page..
Could you please help me how to handle this.. Required field validations will not happen as the user is entering the page and leaving the page without doing any action in the page..
© Stack Overflow or respective owner