Detecting Refresh or Post back in ASP.NET

Posted on C# Corner See other posts from C# Corner
Published on 3/24/2010 7:38:28 AM Indexed on 2010/04/09 15:34 UTC
Read the original article Hit count: 207

Filed under:
There are situations where we would like to detect if the post back is from a form interaction (i.e. submit or button clicks) or is it by hitting the browser F5 refresh button.

© C# Corner or respective owner