Posts by Austin Felipe • 186 points
3 posts
-
4
votes1
answer211
viewsA: When mapping class to viewModel, some data is lost
Have you tried mapping the Phone class to "Phoneviewmodel"? I say this because your class Clienteviewmodel has a List< Phoneviewmodel> and not List< Phone>. Maybe this will work: var…
-
2
votes2
answers568
viewsA: How I do a foreach inside the View in a Viewdata
What Cesarmiguel answered is correct, but the type for List must be the last cast you did in the controller, in this case Montaarvoreacao foreach (var _idmotivo in monta_arvore) { _listaUnidade =…
-
1
votes3
answers506
viewsA: User way to include new pages on a website without programming
Let me see if I understand, you want to make an application web that creates and manages content, a CMS in the case. Look, if that’s it, there are some materials that can help you. Googling fast…