- Link to the site will be helpful. - Here is the tutorial to double check ad back you up: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Walkthrough/CCDWithDB.aspx
If you download ajax toolkit their is the sample website which show you how to use the ajax tools within your website... you can do that very easily
Here I use the telerik components that are powerfull and simple to use (see their .com). Hope this will help...
All what you have to do is just download a ajaxtoolkit dll and save it on your system and then add reference to this dll in your application. Once it is added just check your Bing Folder in your application a refference to that dll must have been added. Next you just have to register the ajax application"<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxtoolkit" %>" at the top your page just after the <% pAge tag . So now all what you have to do is just place a script manager on the page you want to use ajax and place the control of ajax u want t o use. Hope this may help .