Html.DropDownList default selected item
By : 醬狂三
Date : March 29 2020, 07:55 AM
hop of those help? This could easily be done using DropDownList if only I was binding the dropDownList to a view model code :
@Html.DropDownList(
"ModuleID",
new SelectList(Model.ModuleList, "ModuleID", "Ordre", task.ModuleID)
)
|
How to add the Default Item (--Select--) in dropdownlist in custom popup (via html data attributes)kendo Grid in asp
By : Dimitris Rodios
Date : March 29 2020, 07:55 AM
|