How to add searchable functionality in Dropdownlist.
<tr> <td>Class</td> <td> @Html.DropDownListFor(m =>m.CodeItem,Model.ItemList) </td> </tr>
Refer below article.
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.