AjaxToolKit
- From: iHavAQuestion <iHavAQuestion@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 29 Apr 2008 08:29:03 -0700
I have downloaded ajax and this part of the code works fine in my new sample
website
<ajaxToolkit:ToolkitScriptManager ID="ScriptManager1" runat="server" />
<asp:TextBox ID="txtTelerik" runat="server"></asp:TextBox>
<asp:Button ID="btnTelerik" runat="server" Text="Show" />
<ajaxToolkit:CalendarExtender ID="CalendarExtender1"
runat="server" CssClass="radcalendar" PopupButtonID="btnTelerik" Format="MMMM
d, yyyy" TargetControlID="txtTelerik" />
When I try to add the same code in my application the error is raised in
this part of the code
<ajaxToolkit:ToolkitScriptManager
In the tooltip the desription of the error is as follows.
Element 'ToolscriptManager' is not a know element. This can occur if there
is a compilation error in the website
.
- Follow-Ups:
- Re: AjaxToolKit
- From: Cowboy \(Gregory A. Beamer\)
- Re: AjaxToolKit
- Prev by Date: Help about Arcview using a Web application!
- Next by Date: Re: Adding global objects to a web application
- Previous by thread: Help about Arcview using a Web application!
- Next by thread: Re: AjaxToolKit
- Index(es):
Relevant Pages
|