Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

Let make an illustration. Assume I have two tables in database like below
1) table Report
-report_id
-report_name
2) table OptionReport
-option_id
-option_name
-report_id

One report_id can have many option_name. I have to display report_id, report_name and option_name but for option_name, I need to display in dropdown list. The problem is I don't know how to display data of option_name in dropdown list based on its report_id. I have to do this by using java.

Thanks for any advice and helps
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900