445 Views
When writing Ajax heavy applications using ASP.NET, MVC is managing the URLs. These URLs aren’t available from code in a static JavaScript file. Two approaches discussed in this article to solve this are, generate the URLs in the view and pass them into the JavaScript API or embed the URLs in the HTML in a logical and semantic manner and the script can read them from the DOM.
1 comments
vijayst
8/21/2011 8:00:16 AM
There are so many options available in MVC world to do AJAX. Most of these alternatives are open-source and can be accessed easily with NuGet. MvcHaack.Ajax looks promising from the outset.