Ajax with Asp.Net MVC?
ajaxcontroltoolkit, asp.net-mvc
Solution
If you want to have AJAX functionality with ASP.NET MVC I suggest you do that with JQuery (the Javascript framework officially supported by Microsoft and shipping with VS 2010). UpdatePanel was supported in ASP.NET, it is not in ASP.NET MVC.
See a tutorial on how to build some AJAX functionality with ASP.NET MVC here and here.
Problem
I need to use few of the ajax control toolkit in asp.net mvc say, Validator CallOut,ModalPopUp. and even i need to put a gridview in an update panel? can anybody give any valuable link so that i can look into it?