hi, I have got OPTION statements embedded in my asp which work fine.
But when clicking on the pull-down button for the list, it is listing the choices of Yes and No and also the value for this field out of my recordset is displaying in the list. (e.g. Yes).
This means that my pick list is showing Yes,No,Yes.
This is my code:-
Response.write "<td align=left width=55>Drive</td>"
response.write "<td><SELECT NAME=DriveYN SIZE=1 class='inputbody'>"
Response.write "<option selected>" & strDrive & "<OPTION >Yes</OPTION> <OPTION>No</OPTION> </SELECT></td>"
Is there any way of stopping this.
kind regards
Steve
But when clicking on the pull-down button for the list, it is listing the choices of Yes and No and also the value for this field out of my recordset is displaying in the list. (e.g. Yes).
This means that my pick list is showing Yes,No,Yes.
This is my code:-
Response.write "<td align=left width=55>Drive</td>"
response.write "<td><SELECT NAME=DriveYN SIZE=1 class='inputbody'>"
Response.write "<option selected>" & strDrive & "<OPTION >Yes</OPTION> <OPTION>No</OPTION> </SELECT></td>"
Is there any way of stopping this.
kind regards
Steve