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>