Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP passing parameters problem.

Status
Not open for further replies.

grovemedia

Technical User
Dec 15, 2003
22
US
We have reports built with strored procedures on our intranet. All of them work fine unless the report needs a parameter. If i run the report that needs a parameter locally on my pc it runs fine. When it is published to the intranet it doesn't work, and i can't figure out why. If someone could point me in a direction, it would be greatly appreciated. Thanks
 
Faced this problem recently, from what I coudl find in an ASP .net app crysatl cannot prompt for parameters.
You have to set the paramters at run tim before seeing the report . Try to bind your report after getting values from the user using a regular asp page with text boxes etc. when they click ok, you can then show the report using tehse values.

Thanks!!
 
We have a asp page set up with a text box. The user then types in what parameter they want and submit and that asp page passes the parameter to the report and opens the report. I have the exact same pages running locally on my pc and it works.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top