seanmahabadi
Programmer
I have an application created with .asp pages with interdev. I am incorporating Crytal Enterprise 8.5 for my reporting needs. I have used the Crystal Report Wizards for creating the reporting environment. I would like pass a session variable from my asp enviroment to a csp page to be used as a paramenter in a report. Is there a trick for passing data from an .asp page to a .csp page.
first of all I thought I could access a session variable, but it seems like in the .csp pages I can't see the session variables that were set up on the .asp side.
So then I figured I would pass the data I need through the hyperlink. On my main menu the link that launches the reports. so my href would read: default.csp?UserID=123
I use this method all time between my .asp pages , but from .asp to .csp nothing comes accross.
Any help on this topic would be appreciated.
first of all I thought I could access a session variable, but it seems like in the .csp pages I can't see the session variables that were set up on the .asp side.
So then I figured I would pass the data I need through the hyperlink. On my main menu the link that launches the reports. so my href would read: default.csp?UserID=123
I use this method all time between my .asp pages , but from .asp to .csp nothing comes accross.
Any help on this topic would be appreciated.