retreive DB values into a DD box
Code:
<fieldset style="padding: 2; width:600px; height:53">
<legend><font color="#0000FF"><b>Talent Review</b></font></legend>
<font face="Arial">
<font size="2"> 4</font><font size="2" face="Arial">) High
Potential:</font>
<select name="High_Potential" size="1" style="width: 111; height: 21" >
<option selected>Choose One...</option>
<option value="Yes0" >Yes</option>
<option value="No0" >No</option>
</select ><font color="#FF0000"><%=response.write(rs("High_Potential"))%></font>
</font>
</fieldset></p>
As you can see above i have used response.write to show the user what value is in the DB.. but how do i get the value to automatically show up in the drop down list?
Centurion, March 30th, 2009 09:16 AM
Bookmarks