How to build a tabbed Edit View for a big ViewModel in ASP.NET without JavaScript?

Posted by Timur Zanagar on Stack Overflow See other posts from Stack Overflow or by Timur Zanagar
Published on 2010-03-18T20:06:44Z Indexed on 2010/03/18 20:11 UTC
Read the original article Hit count: 286

Filed under:
|
|
|

I've got a big ViewModel for a ContactViewModel with several addresses (default, invoice, delivery). This ContactViewModel I would like to edit within a DefaultAddress tab, etc. and I would like to know how to handle this without JavaScript? Is this possible?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about tab