Asi lo hago yo
Código PHP:
<select name="tipogasto" id="tipogasto">
<option value="V"<% if tipogasto="V" Then Response.write(" selected")%>>Viático</option>
<option value="D"<% if tipogasto="D" Then Response.write(" selected")%>>Diesel</option>
<option value="C"<% if tipogasto="C" Then Response.write(" selected")%>>Cargadores</option>
<option value="S"<% if tipogasto="S" Then Response.write(" selected")%>>Descargadores</option>
<option value="P"<% if tipogasto="P" Then Response.write(" selected")%>>Peaje</option>
<option value="E"<% if tipogasto="E" Then Response.write(" selected")%>>Estacionamiento</option>
</select>
Espero te sirva
Saludos
Leo