I have VS 2010 and I installed ajax 1.0 but i don't have an ajax library template when I create a开发者_开发问答 new web project so what do i need to do to set that up. I noticed also on some ajax web videos there a list of ajax library files in the scripts folder there's quite a few of them. where do i download them.
You can get it via microsoft's CDN the files you need: AJAX on MS CDN.
Also let me add, with ScriptManager in 4.0 you can set the property EnableCdn="true" which will get all ajax framework js files for you. Also look at the AjaxFrameworkMode property which will be of help as well.
Donload the toolkit, and take a look et How to get started
Edit:
Please refer this
http://msdn.microsoft.com/en-us/magazine/cc546561.aspx
http://blogs.visoftinc.com/archive/2009/04/28/ASP.NET-4.0-AJAX-Preview-4-Client-Templates.aspx http://forums.asp.net/p/1551382/3804608.aspx
Download the Ajax Control Toolkit from www.ASP.net/ajax
精彩评论