How does System.Web.UI.Page's IsPostBack property work?
Biswa Pujarini Mohapatra
ok
IsPostBack checks to see whether the HTTP request is accompanied by postback data containing a __VIEWSTATE or __EVENTTARGET parameter. If there are none, then it is not a postback.
IsPostBack
__VIEWSTATE
__EVENTTARGET