Incremental search

  • Thread starter Thread starter Mark Goldin
  • Start date Start date
M

Mark Goldin

Can a dropdownlist be a fully functional Incremental search control?
As far as I can see it only takes a first letter when I am trying to type
something in.

Thanks
 
Mark,
You have to remember that the DropDownList renders as an HTML Select
element. In the HTML Select element, you can type in a letter to jump to an
entry, but it will not support the feature you describe. This isn't a
non-feature of ASP.NET, but HTML.

Best Regards,
Jeffrey Palermo
 
Mark,

Check out the WebCombo control from Infragistics.

-Sam Matzen
 

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