@model GODATA.Models.TicketAdministration_Dealer.VehicleModelModel @using (Ajax.BeginForm("InsertVehicleModel", "Inventory", new AjaxOptions { HttpMethod = "POST", OnBegin = "onBeginCreateVehicle", OnSuccess = "onSuccessVehicle" })) {
| @Html.LabelFor(model => model.VehicleTypeTagging) |
@Html.DropDownListFor(model => model.VehicleTypeTagging, (IEnumerable |
| @Html.LabelFor(model => model.VehicleTypeName) | @Html.TextAreaFor(model => model.VehicleTypeName, new { @style = "width:173px;" }) |
| @Html.LabelFor(model => model.udanVehicleProductId) | @Html.TextAreaFor(model => model.udanVehicleProductId, new { @style = "width:173px;" }) |
| @Html.LabelFor(model => model.udanVehicleProductName) | @Html.TextAreaFor(model => model.udanVehicleProductName, new { @style = "width:173px;" }) |