Showing posts with label dll. Show all posts
Showing posts with label dll. Show all posts

Monday, March 26, 2012

AJAX Toolkit Localized Versions of DLL

Hello,

When I add a reference to the most recent version of the DLL of AJAXControlToolkit, it includes all the other language versions as well. In my application, I am not going to need this, and don't want all 14 versions also copied over to my bin folder. Is there any way I can remove them and stop having them come back over after compiling? Can I delete those when I copy to the server and not have any problems with the toolkit?

You only need to copy the languages you care about. So if en-us is all that you want just the AjaxControlToolkit.dll should be sufficient. If your users are in different locales and you would like them to view the localized versions of the toolkit controls then you should copy over the rest. Right now we do not have a workaround to not build everything but it is on ourradar.

AJAX Tool Kit

Hi all,

I am very new in ajax.I have installed ajax extension 1.0 and toolkit also.and i have added ajaxtoolkit.dll in my ajax enabledwebsite.I want to use toolkit one by one with some code because of learning.Can you tell me how can start learning one by one.which site give me full support to explore the ajax very well.

Thanks

swapnil

The official documentation is here:

http://www.asp.net/ajax/documentation/live/

and you can see the toolkit here:

http://www.asp.net/ajax/ajaxcontroltoolkit/samples/


I already seen those links.But i am searching some javascript which may help me to improve my knowledge for AJAX.For Grid,Drop DDown List and so on.


Hi Swapnil,

To learn the Ajax Control toolkit, you can get thevideo tutorial here.

Also here is thewebsite for Ajax Control Toolkit. If you want to know more details, we suggest that you can dip into its source code since it is an open source project.

swapnil.malviya:

For Grid,Drop DDown List and so on.

I think you should have a glance at thiswebsite.

I hope this help.

Best regards,

Jonathan