Using AJAX with JQuery and ASP.NET MVC is trivial. With simple setup in the controller you can make AJAX calls from the view. But there lies a danger. You can get your data hijacked if you are not careful! To prevent this exploit you should protect ...
Read post