In according to access AJAX.NET in '.aspx' web pages, ScriptManager tag is required to declare before any kind of AJAX extensions.
It actually initiates the AJAX calls between client and server and helps to use JavaScript for the Microsoft AJAX Library.
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>