TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Arindam sen
NA
113
1.4k
Failed to load resource: the server responded with a status
Jul 19 2018 4:31 AM
@model MMs_Admin.M_VehicleType @{ ViewBag.Title = "VehicleType"; Layout = "~/Views/Shared/_AdminLayOut1.cshtml"; } @section css{
@*
*@ }
Insert New Vahicle
×
@Html.HiddenFor(m => m.V_T_CODE, new { @id = "VehicleTypeId" })
@Html.TextBoxFor(m => m.V_T_NAME, new { @id = "VehicleName", @class = "form-control", @placeHolder = "Enter New VehiCle Type" })
Submit
Vehicle Type Code
Vehicle Type Name
@{foreach (var item in ViewBag.VType) {
Update
×
@Html.HiddenFor(m => m.V_T_CODE, new { @id = "VehicleTypeId" })
@Html.TextBoxFor(m => m.V_T_NAME, new { @id = "VehicleName", @class = "form-control", @placeHolder = "Enter New VehiCle Type" })
Submit
@item["V_T_CODE"]
@item["V_T_NAME"]
Delete
×
Are You Sure? You Want To Delete This Record.
} }
@section script{