AutoPostBack is a feature that is available on a few controls, the main purpose of it is that if any change happened on a control by the client, it should postback to the server to handle that change at serverside,handling that change at server side could be for many reasons i.e storing a value to DB,make changes to the page depending on
AutoPostBack in Asp.Net
AutoPostBack is a feature that is available on a few controls, the main purpose of it is that if any change happened on a control by the client, it should postback to the server to handle that change at serverside,handling that change at server side could be for many reasons i.e storing a value to DB,make changes to the page depending on