Sandeep Kumar

Sandeep Kumar

  • 1.1k
  • 683
  • 59.9k

How to Apply javascript searchable dropdown in Asp.net

May 9 2023 9:46 AM

<asp:DropDownList ID="lbParamSublotDetails" runat="server" AutoPostBack="true" OnSelectedIndexChanged="lbParamSublotDetails_SelectedIndexChanged" Width="99.7%" class="form-control"></asp:DropDownList>

this Dropdown binded from Database table


Answers (5)