imclumsy 0 Light Poster

Hi

I am trying to get which checkboxes the user checked from one page to another. If that doesn't make sense then let me explain. On one aspx page, lets call it page1.aspx ...i have a checkboxlist; on the other aspx.page, lets call it page2.aspx...Page2 has to know which checkboxes the user checked on page1 so that it can use those documents attached to the checkbox and email them to the correct email addresses.

Right now, all I can think of is getting the value of the checkboxes and doing something with Request.Form. Other than that, I'm baffled. Any help will be appreciated.

Thank you!