Hi guys
I am newbie to AJAX usage.
I am using visual web developer 2008 express edition.
I downloaded AjaxControlToolkit.Binary.NET35 from codeplex site and extracted the zip file. Then I added the toolbox to visual web developer by adding a new tab naming it AJAX Kit.
And then added items to it by selecting AjaxControlToolkit.dll, the one that I unzipped.
AJAX tools appear in toolbox. Even after using
ScriptManager
tool, when I drag one of the controls for example
AutoCompleteExtender
, I get a circle with black diagonal line indicating I cant use the tool
Why is it so?
When I hard code the the controls in tags in source tab, I don't get an error but I don't see the tool in design view.
The following lines are also present:
<%@ Register assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" namespace="System.Web.UI" tagprefix="asp" %>
<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="ajaxToolkit" %>
Can anyone please help me?
Thank you!