How to add reference of ajax toolkit to bin folder in asp.ne
I am using vs 2010. I want to add reference of ajax toolkit dll to bin
folder. But when I right click on the bin folder there is no option like
add reference. How to add reference to that bin folder in vs 2010. Its
urgent. Any help will great appreciate
Vaibhav KanasePosted Apr 20, 2013, 2:26 AM
This is for add ajax controls in toolbox.
Click on Toolbox Then
Right click on General tab and click Add tab
add new tab with your Ajax toolkit
Then right click on Ajax toolkit tab and click on Choose Items
then click on browse
browse your ajax control toolkit .dll file
Then click on ok
This is for add reference in bin folder.
Go to AJAX Extensions then
Drag ScriptManager on your page in form tag
and then drag any control of ajax,
your ajax dll reference auto added in bin folder
If this tip helps you pls hit on like
Thanks.