ASP.NET MVC - AJAX Postback vs Full post back -
Always use an AJAX postback instead of postback and why not pass in the model through JSAL, because one AJAX Postback is always fast?
Complexity, the AJAX page for the most part is more complex, and more to jump through it There are quacks and hoops. Many people do not want to deal with it.
Besides, Ajax is not always fast, it really depends.
Comments
Post a Comment