Click here to Skip to main content
15,886,067 members
Articles / Web Development / ASP.NET

Custom ASP.NET Editable DropDownList

Rate me:
Please Sign up or sign in to vote.
4.91/5 (54 votes)
15 Jan 2013CPOL6 min read 547.2K   33.4K   131  
A custom made DropDownList control for ASP.NET
Custom ASP.NET control: EditableDropDownList
Developed by: Eric Faust
Date:  11/25/2011

To use the EditableDropDownList control on you ASP.NET website you will need to reference
the EditableDropDownList.dll and include the following files on your website:
 jquery-ui.css
 img/ui-bg_flat_0_aaaaaa_40x100.png
 img/ui-icons_222222_256x240.png
 img/ui-icons_454545_256x240.png
 img/ui-icons_888888_256x240.png
 (Javascript files below should be used in this order below)
 jquery-1.6.4.min.js (* or greater)
 jquery.ui.core.js
 jquery.ui.widget.js
 jquery.ui.button.js
 jquery.ui.position.js
 jquery.ui.autocomplete.js
 jquery.ui.combobox.js  (This file is not a part of the jQuery library)

More information can be found at http://www.codeproject.com/KB/webforms/Editable-DropDown.aspx

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead ABILITY Network Inc
United States United States
Began writing software at the age of 10.
Graduated from the University of Houston in 1995 with a BS in Computer Science and a minor in Math.
I love developing great software and websites.
I recently moved to Seattle and I'm currently working for a Health Care Analytics company.

Hobbies include Basketball and Soccer and very happily married to a wonderful wife.

Comments and Discussions