jquery - Loading MVC Content Inside Web Forms -


using iframes content in existing web application loading asp.net web forms pages,
load content mvc views using jquery load().
2 reasons are:

  1. faster load time - web forms heavy.
  2. would learn mvc.

is possible?
practive?

yes it's possible. think practice or not subjective question. if have huge web forms application, complete rewrite out of budget, time , skills available , ease want add more features using mvc or webapi (read it, might consider using instead), it's ok. depends on scenario. here read it:

mixing webforms , mvc

integrating webforms mvc


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -