Answer: ScriptManager control must be placed in a page to work with all AJAX controls.
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
If we do not import ScriptManager control,then we can not work with AJAX controls.
Asked In: Many Interviews |
Alert Moderator