I've just started to use ASP.NET MVC 4 in VS2010.
The Views cause a full page load i.e. the Master Layout page is also called and the entire page reloads. How can I load just the inner html, like an SPA app. I'd like to navigate between 2 forms without reloading the entire View and Master Layout.
Are Partial Views of any use here?