Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have downloaded the ajax control kit and implement it in my toolbox .
Its controls are working in one page and not in another in same project.
what problem can be there.?
and also when i open another project ,i saw that in that project in toolbox no extra controls(toolkit) was present.
Posted
Comments
bbirajdar 8-Nov-12 4:24am    
Other project was not ajax enabled
[no name] 8-Nov-12 4:27am    
What is the problem in same project
[no name] 8-Nov-12 4:43am    
I solved it...anyway thanks
bbirajdar 8-Nov-12 5:14am    
Good.. I hope you got the problem...

1 solution

you have to add the dll of ajax control toolkit in another project too
check that following line presents in the another page of same project in which you ajax is working

HTML
<![CDATA[<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %>]]>
 
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