Can values be transferred from one viewmodel to another in ASP.NET MVC?
I have 2 lists in from the MainVM view model, I would like if by iterating through these 2 lists the values can be extracted and added to the other list from the DescRecordsVM view model. To give an example…