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?

Parents
No Data
Reply
  • 1300
    Verified Answer
    Offline posted

    Hello Ray,

    I would recommend using IgniteUI for MVC instead of Ultimate UI for ASP.NET Web Forms for these requirements. Additionally, the IgniteUI for MVC controls are newer and provide more features.

    More information regarding adding controls to an MVC project could be found in the following topic of our documentation.

    A list of all controls, which Ignite UI for jQuery provides could be found here.

    Please let me know if you need any further information regarding this matter.

    Regards,
    Monika Kirkova,
    Infragistics

Children