Click here to Skip to main content
15,741,818 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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:
XML
<%@ 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!
Posted
Updated 27-Aug-10 18:15pm
v2
Comments
Ankur\m/ 28-Aug-10 0:16am    
Edited for readability and formatting. Also removed the annoying line "its urgent".
Ankur\m/ 28-Aug-10 0:20am    
Do not click 'Add an Answer' to discuss with an answerer, for a very simple reason that you are not answering the question. Use 'Add Comment' feature to discuss with the user as I did here. The user gets notified if you add comment below his answer.
shanboy 28-Aug-10 9:07am    
Hey i didn't know that
Thanx for ur guidance

1 solution

I'm not sure how it could be urgent, from the sounds of it, you're obvioulsy not in a class, or at a place where anyone should be paying for your code. In any case, free help comes when it comes, not when you want it.

Do the controls appear when you run your website ? Design view is rubbish anyhow, you shouldn't really use it. If you hover your mouse over the circle with the black line, do you get an error message ?
 
Share this answer
 
Comments
Ankur\m/ 28-Aug-10 0:17am    
[moved from answer]
shanboy wrote: Hi Graus
No they dont appear in browser as well.
i have saved the website in file system. not hosted in webserver
Could that be a problem?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900