Create a drop down list using database values
Hi. I just started studying JSP and I need help creating a drop down list that would use database (Access/SQL) information for the options.
example table would be:
Names Number
erin 1
keira 2
jack 3
april 4
I would use the Names (erin, keira, etc) for the drop down list. And also, I would have to use the names and pass the value of the selected name to the page that would process the data.
Thank you!
|