Hello all,
Thera the values of dropdownlistfor,
- public static List<string> incorporationtypelist = new List<string> { "Publicaly Held", "Privately Held", "Other" };
- "Public" ,"Private","Others"
- @Html.DropDownListFor(model => model.incorporationtypelist, new SelectList(Model.incorporationtypelist, "Value", "Text"), new { @class = "form-control" })



Rehman ShahidPosted May 12, 2017, 5:59 AM