I am trying to use Ajax controls in my ASP.NET 2.0 application. I downloaded the zip file from Ajax website, I unzipped it into a folder on my pc. Opened up a new ajax enabled website. created a tab on the toolbox named "AJAX Toolkit", and linked the AjaxControlToolkit.dll file. I see the controls in my IDE. However, when I try to drag them on a page I get the error "'Element is not known element" e.g 'Element AlwaysVisibleControlExtender' is not known element. Please advice me where I am going wrong.
AJAX Toolkit Controls - Not know elements errorCannot use Ajax Controls in ASP.NET 2.0
Page 1 of 1
1 Replies - 2696 Views - Last Post: 21 January 2009 - 06:35 AM
Replies To: AJAX Toolkit Controls - Not know elements error
#2
Re: AJAX Toolkit Controls - Not know elements error
Posted 21 January 2009 - 06:35 AM
add this to the top of your page...
then try to drag the "ScriptManager" onto a page. Do you get the same error message?
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>
then try to drag the "ScriptManager" onto a page. Do you get the same error message?
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|