DropDownListChosen 1.0.2
The ASP.NET DropDownList is an easy way to offer a set of selections for the user. However, if you want to allow the user to enter information not available in the dropdown list, you will have to write your own JavaScript code or jQuery. This source code combines that work into an ASP.NET DLL control you can easily place on any ASP.NET web page.
Install-Package DropDownListChosen -Version 1.0.2
dotnet add package DropDownListChosen --version 1.0.2
<PackageReference Include="DropDownListChosen" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DropDownListChosen --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
UpdatePanel compatibility fix
Dependencies
-
- jQuery (>= 1.8.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.