hi
i have one dropdown control on my jsp form and want to retrieve the value of mysql database field.
"Country_Id 1 = rs.getString("C ountry_Id");"
using i get that value
<select name="countryId " >
<option selected="" value="1"> India </option>
.
.
.
.
<option value="2">Unite d States</option>
</select>
but can't able to retrieve value form table.
plz help me.
i have one dropdown control on my jsp form and want to retrieve the value of mysql database field.
"Country_Id 1 = rs.getString("C ountry_Id");"
using i get that value
<select name="countryId " >
<option selected="" value="1"> India </option>
.
.
.
.
<option value="2">Unite d States</option>
</select>
but can't able to retrieve value form table.
plz help me.
Comment