i need to remove index of courses so that i need to use splice
how to using splice to return remove courses and added courses
my code as following by jquery and i need to convert to java script by using splice if possible
- @model WebCourse.Models.Cusomemp2
- @{
- Layout = null;
- }
- "viewport" content="width=device-width" />
-
Edit -
- @using (Html.BeginForm())
- {
- "hidden" value="@ViewBag.hid" id="hid" />
- Name: @Html.TextBoxFor(a => a.Name)
- District: name="DistrictId">
- Courses:@Html.DropDownList("CourseId")
"tb">
- "submit" value="save" />
- }
Jisny AvPosted Sep 17, 2016, 12:20 AM