// my code for displaying quantity is below but its now working.I am new to jsp, so dont know how to populate the textbox//
Ads
Related Tutorials/Questions & Answers:
view data from database using drop down list
view
data from database using
drop down list hi i want to view the
data from database by selecting a value in a
drop down list. for an example
drop down list have picture element.when click it select pictures
from the
database
Advertisements
Drop down list from database
Drop down list from database Hi, Can I know how do we get the
drop down list from database? Eg: select country--select state--select district--so... *
from country");
while(rs.next()){
%>
<option value="<
store values of drop down list box in database
store values of
drop down list box in database how to store values of
drop down list box in oracle
database in jsp?I have information inserting form where i have date of birth as
drop down list box
Retrieving Data from Database to fill Combo Box
Retrieving Data from Database to fill Combo Box Sir,
I have a JSP Page with a combo box and a label. I have a
database that has two fields id... displaying path that is stored in the
database but not the image itself. Kindly
dynamic drop down list
dynamic
drop down list I want to create 2
drop down list, where it takes value
from database and the two
list are dependent..means if I select a particular value
from one the other
list is developed accordingly..depending
how to check dates while retrieving data from database
how to check dates while
retrieving data from database i want to update
database record based on delivery date i have tried this query but it wont work
b="update deliveryorder set prtnm='"+arr[1]+"',stn='"+arr[0]+"',sbston
Dependent drop down list
dependent
drop down list is used my
code is successful but when i select class
from first
drop down list all the
data get lossed means the value entered in fields before
drop down list get blank.what can i do for this?
This is the
code
Get values in drop down list
Get values in
drop down list Pls provide me jsp
code to get values in
drop down list from another table's field.
my project has customer... in
drop down box in front end..... pls provide me
code.. thanx