Questions tagged as 'viewmodel'

1
answer

AngularJS and C # - model brings no value if not changed

I have a form where some fields are numeric (decimal format with 2 houses). I'm displaying formatted and masked, all correct. What happens is that when I edit one of the values, this edited value is passed to the C # ViewModel correctly. The...
asked by 10.12.2016 / 21:58
0
answers

Error with AutoMapper

I'm having trouble mapping child classes in automapper, which I do from viewModel to model. Has anyone ever had this kind of problem? thank you very much I'll post the classes public class ViewModelToDomainMappingProfile : Profile { public...
asked by 09.11.2016 / 01:37
1
answer

Model List arrives outdated in controller - Asp.Net mvc

I have a ViewModel with two lists of objects. The first one is an editable column, where you can change a numeric value. After changing the values of the "ListTipos" in the view, it does not arrive with the new values in the controller....
asked by 23.10.2018 / 01:53