Hi all,
I have a selfpost asp-page with a select box.
I would like to display the choosen value after the page is submitted.
This is what I have tried so far:
<option value="<%=Request.Form("select1"%>">*<%=Request.Form("select1"%>*</option>
My problem is that the option value is displayed in the select box after the page is submitted instead of the selected Textname.
How can I get both the Optionvalue and the Textname in a select box after the page is posted?
/Kent J.
I have a selfpost asp-page with a select box.
I would like to display the choosen value after the page is submitted.
This is what I have tried so far:
<option value="<%=Request.Form("select1"%>">*<%=Request.Form("select1"%>*</option>
My problem is that the option value is displayed in the select box after the page is submitted instead of the selected Textname.
How can I get both the Optionvalue and the Textname in a select box after the page is posted?
/Kent J.