dB Pulldown

dB Pulldown

am 06.03.2007 19:06:28 von mwagoner

I have the following that I am using in an ASP page that pulls a name
from recordset.


Response.Write ""
Response.Write "Drywall Foreman"
Response.Write " name=FM value='" & objRecordset("jfman") & "'>"
Response.Write ""

How can I go about creating a drop down list that populated from a
seperate table in the database and when the page is first displayed
brings up the value of the recordset like it is currently doing?