How do you pass parameters to another page? And when you pass them, how do you catch them on the other side?
I have one page nesting another, the other page generates the chart ie. <img src="Charts.aspx"> and I want to pass paramaters to charts so I can tell it which kind of chart I want to generate. Any ideas?
