We are using several sub forms within an aspx multitab page. The problem is that those sub forms on each of the tab pages can't read the Request.QueryString() value.
What we need to do is have a global variable available for all tab pages to use, and obviously the Request.QueryString route isn't working.
Any suggestions are welcome!
Thanks!
What we need to do is have a global variable available for all tab pages to use, and obviously the Request.QueryString route isn't working.
Any suggestions are welcome!
Thanks!