hi frnds
i am display the details using id in a html table but getting the error like
The model item passed into the dictionary is of type 'CashManagementSystemUtility.ViewModel.IncidentSummaryViewModel', but this dictionary requires a model item of type 'System.Collections.Generic.IEnumerable`1
how to solve this error
my view like this
@model IEnumerable
@{
Layout = "~/Views/Shared/_LayoutDashboard.cshtml";
}
Guest UserPosted Feb 23, 2017, 9:54 AM
Nilesh ShahPosted Feb 23, 2017, 11:39 AM