15
Shouts

ASP.NET MVC 2.0 and AJAX Part 2

published 1062 days, 1 hour, 31 minutes ago posted by sonukapoorsonukapoor 1065 days, 7 hours, 2 minutes ago
Saturday, July 24, 2010 5:11:12 PM GMT Wednesday, July 21, 2010 11:39:53 AM GMT

In this article, we are going to look at how you can utilize AJAX in your views, and utilize a concept called unobtrusive JavaScript to take advantage of a variety of situations. ASP.NET MVC provides AJAX features very easily as we previously saw, but this comes with a caveat, and it has mostly to do with the planning of the implementation. We’re going to examine these concerns in this article.

category: Web Dev | clicked: 0 | | source: dotnetslackers.com | show counter code
tags: Ajax, MVC, ASP.NET