Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
How to pass data to individual tabs on an UltraWebTab control
posted

I have a simple UltraWebTab design that has worked for years. Any user-specific is stored in session by the parent page that contains the UltraWebTab and then fetched by the page on whatever Tab the user navigates to. Now I am redesigning the web site to go away from session variables. How can I get the user data from the parent page down to the child pages on each tab? I am using query string variables in place of session variables throughout the rest of my code.