Click here to Skip to main content
15,913,722 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have referenced AjaxControltoolkit and after that I have added it to my toolbox of .NET framework. But when I am trying to drag and drop "SlideShowExtender" to my web page, its not dragging there. What is the reason? Am I missing something?
Posted
Updated 18-Sep-13 2:25am
v2
Comments
Ankur\m/ 18-Sep-13 9:02am    
If the control shows in the toolbox, it should be usable. Can you restart VS and see if that works?

1 solution

You can type the code. First you need to add the register tag in the page.After that you need to use the tag prefix <ajax:controlname properties="" xmlns:ajax="#unknown">

this way you can add the controls in your aspx page.
i think this might be helpful

OR just add the Ajax toolkit reference to the bin folder. This way you can solve the problem.
 
Share this answer
 

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