0
Answer

Failed to load resource: the server responded with a status

Photo of Arindam sen

Arindam sen

6y
741
1
@model MMs_Admin.M_VehicleType @{ ViewBag.Title = "VehicleType"; Layout = "~/Views/Shared/_AdminLayOut1.cshtml"; } @section css{ @**@ }

@{foreach (var item in ViewBag.VType) { } }
Vehicle Type Code Vehicle Type Name
Update @item["V_T_CODE"] @item["V_T_NAME"] Delete
@section script{