Click to See Complete Forum and Search --> : How to pass parameters to the sql command which generates crystal report in .NET


jason79
June 1st, 2005, 04:28 PM
Hi all,
Am relatively new to crystal reports. I am using the .net environment to generate crystal reports.
I have a webform1.aspx that calls webform2.aspx. The second page takes a textbox value from the first and passes that as a parameter to a crystal report. This crystal report is also created from the webform2.aspx.

This crystal report is generated from a sql query (Command). The parameter is passed to the report all right. But i need to pass this parameter to the sql query that generates the report to filter out data.

Please help me out.
regards,
J.