I need Steps To Solve this problem
this is my code
- "~/assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
- "~/assets/css/jquery-ui.min.css" rel="stylesheet">
- "~/assets/css/icons.min.css" rel="stylesheet" type="text/css" />
- "~/assets/css/metisMenu.min.css" rel="stylesheet" type="text/css" />
- "~/plugins/daterangepicker/daterangepicker.css" rel="stylesheet" type="text/css" />
- "~/assets/css/app.min.css" rel="stylesheet" type="text/css" />
2 >test2>- "row">"col-12">"card">"card-body">
- @using (Html.BeginForm(actionName: "uu",
- controllerName: "Employee",
- method: FormMethod.Post,
- htmlAttributes: new { enctype = "multipart/form-data", @id = "form-horizontal", @class = "form-horizontal form-wizard-wrapper text-right form-parsley" }
- ))
- {
- @Html.AntiForgeryToken()
"repeater-default">"car">"">"form-group row d-flex align-items-end">"col-sm-4">- >Imprest
- @Html.DropDownList("Imprest", new SelectList(ViewBag.Imprests as System.Collections.IEnumerable, "id", "ImprestName"),
- "--Choose--", new { @class = "form-control drop", @id = "dropImp" })
"col-sm-4">- >Imprest Type
- @Html.TextBox("ImprestType", null, new { @Type = "text", @class = "form-control", @autocomplete = "off", @id = "txtimp" })
"col-sm-1">- "" class="btn btn-danger btn-sm">
- "far fa-trash-alt mr-1"> Delete
"form-group mb-0 row">"col-sm-12">- "" class="btn btn-secondary btn-sm">
- "fas fa-plus"> Add
- "submit" value="Submit" class="btn btn-primary btn-sm">
- }

Jenith ThakkarPosted Aug 7, 2020, 7:29 AM
menna samitrPosted Aug 7, 2020, 7:06 AM