Difference between AutoPostBack=True and AutoPostBack=False?
Taken from http://www.dotnetspider.com/resources/189-AutoPostBack-What-How-works.aspx: Autopostback is the mechanism by which the page will be posted back to the server automatically based on some events in the web controls. In some of the web controls, the property called auto post back, if set to true, will send the request to the server when an event happens in … Read more