0
kicks
Developing Web 2.0 Portal using Asp.Net MVC, Ajax Client Templates
In my previous post I have explained how to design and re-use a widget-client-template. Also I have shown you, how to load the widget-body through declarative way of using jQuery and Microsoft Ajax. The advantage of using jQuery load method (GET) and asp.net MVC call over updatepanel/web forms is that, jQuery load method by-defaults uses GET method and asp.net MVC does not have viewstate, page load lifecycle and server control reconstruction overheads.