MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    Clicking a CheckBox does not cause an automatic PostBack. How do you make the CheckBox cause an automatic PostBack? | 
                            
| A. | 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» B. Add JavaScript code to call the ForcePostBack method. | |