Click here to Skip to main content
15,890,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I have used a view model on my project
C#
namespace KCM.ViewModel
{
    public class KCMViewModel
    {
        public CrisisCallerInfo CrisisCallerInfo { get; set; }
        public CrisisComments CrisisComments { get; set; }
        public CrisisDeceasedInfo CrisisDeceasedInfo { get; set; }
        public CrisisValidationInfo CrisisValidationInfo { get; set; }
    }
}

How do get data from the ViewModel so that i can use in the Edit View on the project, The edit view or controll action has a search method which search for a deceased Id number in the public CrisisDeceasedInfo CrisisDeceasedInfo and should get all info for that member
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900