hai,
how can i select the dynamic value for drop down box.
ex:
<SELECT NAME="expr">
<OPTION VALUE="0" selected>Select
<OPTION VALUE="1">1+
<OPTION VALUE="2">2+
<OPTION VALUE="3">3+
<OPTION VALUE="4">4+
<OPTION VALUE="5">5+
<OPTION VALUE="6">6+</OPTION>
</SELECT>
insted of o i have to choose the value depending on the value coming from database.
thank u in advance.
how can i select the dynamic value for drop down box.
ex:
<SELECT NAME="expr">
<OPTION VALUE="0" selected>Select
<OPTION VALUE="1">1+
<OPTION VALUE="2">2+
<OPTION VALUE="3">3+
<OPTION VALUE="4">4+
<OPTION VALUE="5">5+
<OPTION VALUE="6">6+</OPTION>
</SELECT>
insted of o i have to choose the value depending on the value coming from database.
thank u in advance.