Hello
I have a list of Data the passed into my View
in View , It show Data like this Picture . each data in 1 row :
I want to Divide Data result in 3 column across from other Like This Picture
my code is :
- @{
- foreach (var item in Model)
- {
- int aa = Convert.ToInt32(item.Number);
class="tg-baqh">"/Home/Fehrest/@item.Section_ID" >@item.Number class="tg-baqh">@item.Name class="tg-baqh">@Html.ActionLink("edit", "EditSection", new { id = item.Section_ID }) - }
- }
Nanddeep NachanPosted Mar 8, 2018, 11:56 PM
Nilesh ShahPosted Mar 8, 2018, 10:39 AM