Hi,
I have a list box with items that I need to use as a WHERE clause in a SQL statement in a ASP page.

The listbox items get transfered fine using the FORM ACTION tag to the next page, where my SQL statement is at.

My problem is I need to keep track of the List box items for another 1 or 2 pages. How can I do this without using Session Variables? Inputting the values into a INPUT HIDDEN control?

Thanks for the help.

JazzBass