Set the AutoPostBack property to true will make CheckBox cause an automatic PostBack - ASP.NET
Q. Clicking a CheckBox does not cause an automatic PostBack. How do you make the CheckBox cause an automatic PostBack?- Published on 28 Jul 15a. Set the AutoPostBack property to true.
b. Add JavaScript code to call the ForcePostBack method.
c. Set the PostBackAll property of the Web Page to true.
d. None of the above
ANSWER: Set the AutoPostBack property to true.