I've searched the forums and faq's, but havn't seemed to be able to find my specific problem.
I have a page that is used to navigate through multiple user controls. Right now I am using sessions to pass variables between the controls, but this does not seem very efficient.
Is there a way I can set a variable in my .aspx page to a value from my control? Then call on that variable from another control?
There is a page refresh when switching to a different control.
The data consists of product id's, lot numbers, batch numbers, and other numbers of that sort.
I am using C# in my code behinds.
I have a page that is used to navigate through multiple user controls. Right now I am using sessions to pass variables between the controls, but this does not seem very efficient.
Is there a way I can set a variable in my .aspx page to a value from my control? Then call on that variable from another control?
There is a page refresh when switching to a different control.
The data consists of product id's, lot numbers, batch numbers, and other numbers of that sort.
I am using C# in my code behinds.