Select Box Template


code for classic asp  select box:





<%
If objrscen.eof then
%>

<%else
while not objrsCen.Eof
if cint(objRsEdit("centre_id"))=cint(objrscen("centre_id")) then%>

                                <%=objrscen("centre_name")%>
<%else%>

                               
                                <%
               end if%>
<%
objrscen.movenext
wend
End If
%>