I have created a Stored Procedure in SQL Server 2000. There are 4 parameters in the Stored Procedure. 2 are string parameters and 2 are DateTime parameters. The DateTime parameters are based on the same field. In other words you can say that these are Startdate and Enddate. I want to generate a Crystal Report in VS.Net 2003 and assign and change the parameter values at run time. The String values will be obtained from two seperate DropDownLists while the date parameters will be filled manually through TextBoxes. Please help with necessary code and steps needed.
2006-12-11
19:59:09
·
1 answers
·
asked by
peeral
1
in
Computers & Internet
➔ Programming & Design