IsPostBack property indicates that whether this is the first time user has requested fort the page or it is reloaded based on any response on postback.
This property checks for _VIEWSTATE or _EVENTTARGET parameter in Request object. if these parameters are absent that means it is requested for the first time and if these parameters are present then this request is not first request.
↧