Hi,
I have two aspx pages in an ASP.NET project within visual studio. I take some values on a
web form, when a submit button is clicked, changes are made to my SQL database.
I need to pass certain values from one page to another for example
strModuleName - Holds the name of a report
intModuleID - Holds the ID Value for that report
The two pages I have are ReportCreator.aspx and Report.aspx, I want to pass the value contained in the string and integer above so I can use the current value of those variables in the Report Form.
Can anyone tell me a way to pass these values to the 2nd page, I am using
VB to program this application.
Many Thanks:)
VBMazza