Here Mudassar Ahmed Khan has explained with an example, the difference between AutoPostBack True and AutoPostBack False in ASP.Net.
AutoPostBack property allows controls which cannot submit the Form (PostBack) on their own and hence ASP.Net has provided a feature using which controls like DropDownList, CheckBoxList, RadioButtonList, etc. can perform PostBack.
↧