Redirect on form submission
I have a asp.net web form which contains a Dropdown box and a submit button.
All I want to do is redirect the user to another page, "anotherpage.aspx"
and be able to refer to the contents of the chosen item on the dropdown so I
can open "anotherpage.aspx" at the correct detail record.
This is driving me nuts. In classic asp I would set the action of the form
tag to "anotherpage.aspx" and use request.form(dropdownbox).
Can anyone please point me in the right direction?
Thanks In Advance dotnetters