How can you identify that the page has been a “PostBack”?


We can identify that the page has been posted back by using the “Page” class property called “IsPostBack” in the “Page_Load” method of the page.

The property returns a “Boolean” value stating whether the page has been posted back or not based on a client request.


Comments

Popular posts from this blog

jQuery Basics

What is the difference between a Page Layout and Master Page in SharePoint?

Accessing data from SharePoint 2010 to an ASP.NET application