Click to See Complete Forum and Search --> : Using List boxes


dutch18
January 8th, 2002, 05:13 PM
I'm having trouble getting information from the user using list boxes. I've got a dynamic list box set up to get some values from a database so that the user can select a group of questions to look at. Once the user makes his/her selection, they would press a button to continue to the next page. All I need is to know how to send whatever value the user selects in the list box to another asp page. If anyone could help it would be greatly appreciated.

Thanks in advance,
Dutch

ravikattamuri
February 19th, 2002, 02:01 AM
Before going to the second page create a record set on a fly, add the user selected details to the recordset.
Now put the recordset in the session object.
Access the record set from the session object in the second page.