You could put all the contents of the <select> in a hidden input type.
However, how are you building the <select> list? Isn't it static? If so,
you don't need to read it every time a user submits a form.
--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
"Christina" <> wrote in message
news:...
> I want to read a classic HTML Form using the ASP Request object on the
> server. This is a common approach. But how can I read all the contents of
a
> listbox (the <select> tag)?
>
>
> Best regards,
> Christina
>
>