How to build a tabbed Edit View for a big ViewModel in ASP.NET without JavaScript?
- by Timur Zanagar
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?