AutoComplete Drop Down From Bound Control

  • Thread starter Thread starter Randy Rubin
  • Start date Start date
R

Randy Rubin

Question:
Is there anyway to Bind a control i.e.. DropDown Or Textbox to A
Database that when a user key's in the 1st few characters is searches and
fill the control, for example. The DropDown has the values of Apple, Pear,
Grapes. When a user clicks the Control a types Gr is goes to grapes...

Thanks

Randy
 
Yes, I am Prefilling the list from a Database. Do you have any jscript
example code?

Randy

Are you pre-filling the drop down list? If so, then what you are trying
to achieve can be done so through Javascript. If not, please elaborate a
little more.
 
Back
Top