MCQOPTIONS
Saved Bookmarks
| 1. |
AnUpdatePanel control defined on a page. Button control is placed outside of the UpdatePanel. How to cause the UpdatePanel to execute an update. |
| A. | Set the Trigger attribute of the UpdatePanel to the ID of the Button control. |
| B. | Set the AsyncPostBackTrigger attribute of the Button control to the ID of theUpdatePanel. |
| C. | Place the button control on the update panel without script manager. |
| D. | Add an AsyncPostBackTrigger control to the Triggers section of the UpdatePanel. Set the ControlID attribute of the AsyncPostBackTrigger control to the |
| Answer» E. | |