there is no source code available for the current location
-
i use AJAX calender extender in my webbased project when i run this project it show exception. How do i clear this exception?A ScriptManager is required on the page to use ASP.NET AJAX Script Components.
-
i use AJAX calender extender in my webbased project when i run this project it show exception. How do i clear this exception?A ScriptManager is required on the page to use ASP.NET AJAX Script Components.
haleemasher wrote:
A ScriptManager is required on the page to use ASP.NET AJAX Script Components.
Read the exception.Place ScriptManager in the page.Drag and Drop ScriptManager from the toolbox to the top of the page. :-D
Arun Jacob http://codepronet.blogspot.com/
-
i use AJAX calender extender in my webbased project when i run this project it show exception. How do i clear this exception?A ScriptManager is required on the page to use ASP.NET AJAX Script Components.
I forget to add this code in aspx file now its working. Thread end here
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>