Classic ASP
I have a recordset with option values that i want to bind to a combobox, how is this done?
Now I have:
<CODE>
<select>
<Option value="something> hardcoded1</Option>
</CODE>
but I want to make this bind to the recordset, any sample code would be great.