If we want the control to automatically post back in case of any event, we will need to check this attribute as true. Example on a Combo Box change we need to send the event immediately to the server side then set the “AutoPostBack” attribute to true.
Page object has an “IsPostBack” property, which can be checked to know that is the page posted back.