Recently I have done some R&D that is how we can integrate ASP.NET AJAX in SharePoint, here are some steps to make it workAdding Microsoft ASP.NET AJAX Technology to SharePoint PagesTo implement ASP.NET AJAX in SharePoint you will need to perform few steps.First, you need to download and install ASP.NET AJAX on all front-end servers.Second, you need to change web.config with some settings to enable AJAX functionality.Third, you need to add the ASP.NET AJAX Script Manager control into your master page.Creating AJAX based Web partsYou can implement...