0

This is what I'm talking about: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ComboBox/ComboBox.aspx

basically I want to have a drop down list that can also have a manual text override... is there a jquery plugin that can do this easily? Or should I try and incorporate the toolkit one somehow ?

RodH257
  • 3,552
  • 5
  • 36
  • 46

2 Answers2

1

http://plugins.jquery.com/project/jEC maybe?

Stobor
  • 44,246
  • 6
  • 66
  • 69
1

Check these plugins:

They all work extending the native SELECT HTML element, and since the ASP:DropDownList is rendered on the client as a select element, I think they will work without problems.

Christian C. Salvadó
  • 807,428
  • 183
  • 922
  • 838