AJAX Toolkit Controls - Not know elements error

Cannot use Ajax Controls in ASP.NET 2.0

Page 1 of 1

1 Replies - 2696 Views - Last Post: 21 January 2009 - 06:35 AM Rate Topic: -----

#1 mwandha  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 21-January 09

AJAX Toolkit Controls - Not know elements error

Posted 21 January 2009 - 04:21 AM

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.

Is This A Good Question/Topic? 0
  • +

Replies To: AJAX Toolkit Controls - Not know elements error

#2 eclipsed4utoo  Icon User is offline

  • Not Your Ordinary Programmer
  • member icon

Reputation: 1511
  • View blog
  • Posts: 5,916
  • Joined: 21-March 08

Re: AJAX Toolkit Controls - Not know elements error

Posted 21 January 2009 - 06:35 AM

add this to the top of your page...

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>



then try to drag the "ScriptManager" onto a page. Do you get the same error message?
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1