AJAX Controls
I am going to be adding web pages to a C# asp.net 2010 web forms application within a week. I am wondering if there are any graphically urls (links) describing how ro use the various ajax controls? If there is not a graphically link, just a link that would explain how to work with the various ajax controls like a date picker and/or one where you can use the 'type ahead' feature?
Abhimanyu K VatsaPosted Oct 10, 2011, 2:21 AM
http://www.asp.net/ajaxlibrary/act.ashx
(i) version compatibility with existing visual studio ide (here)
(ii) proper installation of ajax in ide (here)
(ii) place one instance of 'toolkitscriptmanager' on each page when ajax controls are being use (look in example given below)
(iii) place control toolkit with control (look in example given below)
Sie StePosted Oct 12, 2011, 12:06 AM
Prabhu RajaPosted Oct 10, 2011, 3:12 AM
Also You may try, Articles from our own Community folks.
http://www.c-sharpcorner.com/1/176/ajax.aspx
Javeed M ShaikhPosted Oct 9, 2011, 9:47 PM
Sure the following link will explain everything in detail with sample code:
http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/
Please do not forget to mark "Accepted Answer"