Searchable Combobox In ASP.NET

V

Vadim

How To Make Searchable Combobox in ASP.NET?

For example:
When start typing R it has to show first item
starting with 'R' if continue Ro it has to show
items starting with 'Ro'

How to implement this functionality in ASP.NET?

Vadim
 
T

Tampa.NET Koder

This is a custom control that you have to build or purchase. OR, there are
some free ones on the net, just do a search for it
 
K

Ken Cox [Microsoft MVP]

Hi Vadim,

You can start with Andy Smith's free one, including source code:

"ComboBox Control
This is an emulation of the Windows.Forms ComboBox. It is the combination of
a Textbox, with a DropDownList. For browsers with good script and css
support, the control will display as a normal ComboBox. For older browsers
or those with poor script or css support, the control will display as a pair
of controls, one TextBox and one DropDownList. Either way the serverside
progmattic interface will be the same."

http://www.metabuilders.com/Tools/ComboBox.aspx
 
V

Vadim

I thought maybe someone has it already and could send me a link or code

Thanks a lot
Vadim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top