I am currently working with a report that displays four columns and the report source is a store procedure that takes two parameters or arguments from the user in order to display the data. This is going to be developed in visual studio 2005m language: visual.

My question is, How can I pass parameters from one webform to another webform and display the data in the second one? Obviously the second webform has the crystal report viewer but I dont know how to send this two parameters which are date range to display the data that the user wants.