I\'m new to MVC and LINQ. Currently I faced difficulty on the project and decide to posted up.
My MVC-View that I
ViewBag is a dynamic property you can insert ViewBag anything but when you retrieve data from ViewBag, first need to convert it.
@foreach (var item in (List)ViewBag.services){ @item //Table TAG INSERT Here: ID, Offer, Service }