English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

II have a database that have a field call Item number.
this table is getting too big and two long , the drop down box goes down the page 4 fold .
so I need a a searchable drop down that user can enter the first two or 3 word of the itam number and cursor would jump to closes item number possible.

Please answer for ASP and NOT for ASP.net
no no on asp.net

2006-10-28 15:22:07 · 2 answers · asked by reachsean 1 in Computers & Internet Programming & Design

I downloaded the demo , this is too hard to read off of.

need something that I can get with dreamweaver editor or FrontPage.

2006-10-28 16:23:15 · update #1

2 answers

The answer you need is actually going to be in neither ASP or ASP.NET.

What you need is some sort of client side processing using a script language.

Use ASP to put the list into an array.
You now need to have an onChange function on the text box that the user will enter the first few characters.

Your onChange function will first clear the dropdown list. Then it will select the items that meet the requirements from the array and put them into the dropdown list.

2006-10-29 01:18:59 · answer #1 · answered by AnalProgrammer 7 · 0 0

I use a searchable drop down add on for ASP but it uses Ajax (Active X, Java Script). The Nitobi Combo Box will do exactly what you are talking about. As you type, it filters out the data that does not match your criteria. It is a very cost effective solution.

http://www.nitobi.com/products/

Enjoy!

2006-10-28 15:47:06 · answer #2 · answered by Houston Computer Guru 4 · 0 0

fedest.com, questions and answers