Clicking a CheckBox does not cause an automatic PostBack. How do you make the CheckBox cause an automatic PostBack?
1. Set the AutoPostBack property to true.
2.Add JavaScript code to call the ForcePostBack method.
3.Set the PostBackAll property of the Web Page to true.
4.none of the above
Answer:1
Posted Date:-2022-02-01 12:01:30