Thats the Error:
Reason: AjaxControlToolkit’s control load reference refers to the base System.Web.UI.Control method which is present as a part of the ASP.NET AJAX Libraries and those libraries are referenced only when the ScriptManager is referenced in the page.
Solution: - Add a ScriptManager control to your page.
Reason: AjaxControlToolkit’s control load reference refers to the base System.Web.UI.Control method which is present as a part of the ASP.NET AJAX Libraries and those libraries are referenced only when the ScriptManager is referenced in the page.
Solution: - Add a ScriptManager control to your page.
<asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager>
nice post
ReplyDelete