1
Answer

retrieve data from database show in a combobox in jsp

Ask a question
kunal patra

kunal patra

11y
4.9k
1
I have multiple combo box in my jsp page.I want that i retrieve the data for data base table and show this data in this combo box..


Like in my database i have 2 table ------ like table1 and table 2

and in my jsp page suppose i have two combo box lets say cobobox1 and combobox2


i want to display table1 data in combo box1 and table2 data in combox2   

I have odbc dsn connection

Answers (1)