Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1215
WebForms verses MVC
posted

Which technology do you recommend for responsive partial-page updates: WebForms or MVC?

I am using Infragistics ASP.NET on WebForms now. But I experience endless problems making pages responsive without full page postbacks. E.g. partial page updates with complex controls like WebDataGrid and WebExplorerBar.

In WebForms, I experience slow performance with UpdatePanels. Or, I experience perplexing page lifecycle errors when rendering controls to HTML in AJAX WebMethod calls.

Will MVC address any of these challenges? Which do you recommend?