Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drop List Progressive Search - How To?

Status
Not open for further replies.

BigM

Programmer
Aug 30, 2000
39
0
0
GB
Hi All,

I am wanting to create a drop list box which when you enter and type a letter or number the current hilighted entry seraches progressively.

For example if I have a drop list of names and enter B the list moves to the head of Names beginning with B, if I then enter R it will move to the start of names beginning BR and not to those beginning R.

Is this possible...if so how?

Many Thanks In Anticipation

BigM
 
The only way i know of is by using an ActiveX component or Java that maintains a sense of state. ASP pages are not event driven like the above but can be modified by including sub routines and event triggers. Infragistics is a company that does a lot of ActiveX stuff that does what you intend to do.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top