Hi........I need to create a dropdown box using
java.....this box should show the values that should be
taken from the database......
Thank you....
Answer Posted / ketan
That is very basic question when one new face comes into
development side...
we have <select> tag in jsp and it's <option> tag for no of
options.
steps
1.get all string data in array or arraylist or any iterator
from data base..
2.write select tag in jsp(php/asp) page.
3.make one loop inside it. of array's length or size.
4. in between option tag's value as array's elements..
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is uri the same as url?
What is odbc. how is it related to sql cli?
Why hibernate is better than jdbc?
What is JDBC Statement?
What are the new features available in jdbc 4.0?
What class.forname will do while loading drivers of jdbc?
What is the use of dialect?
What is a statement in java?
What is database deadlock ?
Prepared statements are faster. Why?
What is jdbc driver in java?
How can we set null value in jdbc preparedstatement?
Is jdbc faster than odbc?
What are the utilities of the callablestatement?
What do you understand by jdbc statements?