Posted on: 8/12/2014 10:17:38 AM | Views : 425

Hello!
I have a Web Forms project that I would like to slowly move into a MVC project.  I am mostly focussing on the Web Forms side of partial page loads though I am also keen to hear about MVC options and recommendations as well.  As far as I am aware, performing partial page loads in ASP.NET comes down to the following options:
AJAX in some form.  I have found that the ASP.NET Ajax is really quite bulky and slow performing.  Perhaps I am configuring it wrong, but it hasn't been working well for me. Using iframes.  Navigation on a static header and menu section could load main page content in another frame.  This can get really messy if you have several sections of the page that you would want to load independently depending on user action. I want to have the main template of the site only loaded once on a user visit - including the user name that might appear at the top showing their logged in statu ...

Go to the complete details ...