Description: If you are a .Net developer, you may notice that there is an important difference (in terms of features) between the WinForm ComboBox and the WebForm DropDownList. ComboBox of WinForm allows user to input custom item if the user cannot find the item in the combo list. However, this feature is omitted in the DropDownList of WebForm. In order to make WebForm DropDownList as flexible as WinForm ComboBox, I decide to build a DropdownTextBox for WebForm with the feature similar to the WinForm ComboBox.
To Search:
File list (Check if you may need any files):
DropDownTextBox
...............\DropDownTextBox
...............\DropDownTextBox.sln
...............\DropDownTextBox.suo
...............\...............\bin
...............\...............\...\AjaxControlToolkit.dll
...............\...............\...\DropDownTextBox.dll
...............\...............\...\DropDownTextBox.pdb
...............\...............\...\DropDownTextBox.xml
...............\...............\DropDownTextBox.vbproj
...............\...............\DropDownTextBox.vbproj.user
...............\...............\images
...............\...............\......\down.png
...............\...............\My Project
...............\...............\..........\Application.Designer.vb
...............\...............\..........\Application.myapp
...............\...............\..........\AssemblyInfo.vb
...............\...............\..........\MyExtensions
...............\...............\..........\............\MyWebExtension.vb
...............\...............\..........\Resources.Designer.vb
...............\...............\..........\Resources.resx
...............\...............\..........\Settings.Designer.vb
...............\...............\..........\Settings.settings
...............\...............\obj
...............\...............\...\Debug
...............\...............\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
...............\...............\...\.....\DropDownTextBox.dll
...............\...............\...\.....\DropDownTextBox.pdb
...............\...............\...\.....\DropDownTextBox.Resources.resources
...............\...............\...\.....\DropDownTextBox.vbproj.FileListAbsolute.txt
...............\...............\...\.....\DropDownTextBox.xml
...............\...............\...\.....\GenerateResource.read.1.tlog
...............\...............\...\.....\GenerateResource.write.1.tlog
...............\...............\...\.....\ResolveAssemblyReference.cache
...............\...............\...\.....\TempPE
...............\...............\...\.....\......\My Project.Resources.Designer.vb.dll
...............\...............\Web.config
...............\...............\Web.Debug.config
...............\...............\Web.Release.config
...............\...............\WebForm1.aspx
...............\...............\WebForm1.aspx.designer.vb
...............\...............\WebForm1.aspx.vb