MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    Which property and method of the Page object do you use to register client script dynamically from code? | 
                            
| A. | ScriptManager control is used to dynamically register client script from code. | 
| B. | The Page.ClientScript.RegisterClientScriptBlock is used to dynamically register client script from code. | 
| C. | ScriptManagerProxy control is used to dynamically register client script from code. | 
| D. | None of the above. | 
| Answer» C. ScriptManagerProxy control is used to dynamically register client script from code. | |