Web-based combobox

  • Thread starter Thread starter Julie Barnet
  • Start date Start date
J

Julie Barnet

Does anyone have or know of a download location for a custom combobox
web control for a combobox that allows:
databinding
typing as well as selecting a listitem
limit to list functionality
postback to server on listitem change

I have currently tried metabuilders and progstudios controls, but they
are still not exactly what I want.

Thanks in advance
Julie Barnet
 
This will give you what you require

http://www.codeproject.com/aspnet/combobox.asp

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 
Not really.

It is close, but it doesn't fire an event when the text has changed in
the control. It does fire when the listitem has been changed via mouse
click, but not when the user directly types something. This control
could be customized to do this, but the javascript clientside event
onblur doesn't seem to work for it?
 

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

Back
Top