How to add a drop down list box in JSP?
Can anyone help me Please?
I am trying to display the list of names which is there in my database.
I wrote code for data base connectivity.
I used display the names from the table, for eg say table name is emp details
While i am displaying it my jsp page, if i type a in the drop down list box, it should display the name which starts with a.
And if i type ab, its should display the names which starts with ab in the drop down list box.
And i should choose from it!
Can some one help in this?
I am working on a project!!!!!
|
Ambitious contributor
|
![]() |
| 12May2010,06:59 | #2 |
|
You can use the autosuggest code that is shown in the below thread:
http://www.go4expert.com/showthread.php?t=357 |

