Using ViewModels in ASP.NET MVC 2 - multiple forms
- by Rob Ellis
I couldn't find any documentation around using multiple forms in an ASP.NET MVC 2 ViewModel approach.
i.e. In the built in application when you select New MVC2 web app, the register page uses a ViewPage which inherits like this:-
Inherits="System.Web.Mvc.ViewPage"
I wanted to use that approach on a page with multiple forms, but that RegisterModel only supported one form.