AutoPostBack="true" for automatic postback of controls - ASP.NET Globalization and Localization
Q. Some control, by default, does not cause an automatic PostBack, i.e TextChanged event of TextBox. Which property will you set for automatic postback of these types of controls?- Published on 28 Jul 15a. isPostBack=”false”
b. isPostBack=”true”
c. PostBack=”true”
d. AutoPostBack=”true”
ANSWER: AutoPostBack=”true”