How does System.Web.UI.Page's IsPostBack property work?

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.

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?