Postback in an event that is triggered when a action is performed by a contol on a asp.net page. For eg. When you click on a button the data on the page is posted back to the server for processing.
Is Postback is normally used on page _load event to detect if the page is getting generated due to postback requested by a control on the page or if the page is getting loaded for the first time.
Is Postback is normally used on page _load event to detect if the page is getting generated due to postback requested by a control on the page or if the page is getting loaded for the first time.