Newbie
I would like to pass four variables from one asp page to another asp page showing crystal reports.
The crystal report would be embedded in the second page. I can use the previous page method or perhaps session variables to pass the variables: value1() value2() etc.

My intention is to graph the variable values against their category names as a bar chart. e.g Category 1 value1()
Category...