0 votes
in AJAX by
Describe ScriptManager in ASP.Net

1 Answer

0 votes
by

ScriptManager in ASP.Net is central for Ajax functionality. It manages various Ajax resources on the page such as downloading the Microsoft Ajax Library and coordination of partial page upload with the help of UpdatePanel controls.

ASP code for Script Manager control:

<asp:ScriptManager ID=”scrm” runat=”server” ></asp:ScriptManager>

...