DropDownListChosen 1.0.2

dotnet add package DropDownListChosen --version 1.0.2
NuGet\Install-Package DropDownListChosen -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<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
#r "nuget: DropDownListChosen, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DropDownListChosen as a Cake Addin
#addin nuget:?package=DropDownListChosen&version=1.0.2

// Install DropDownListChosen as a Cake Tool
#tool nuget:?package=DropDownListChosen&version=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.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 11,698 2/17/2018
1.0.1 16,742 10/25/2015
1.0.0 1,253 10/25/2015

UpdatePanel compatibility fix