E
encapsul
Any variables I set in the Global.asax as a Session Variable only carry thru
to the first page. That page is a menu and users hyperlink to another page
from there without carrying any form data. This page is also 1 level down
from the root. Session("test") = "anything"
Am I missing a configuration because values are not carry from page to page.
Application("test") = "anything" is also failing.
Max
to the first page. That page is a menu and users hyperlink to another page
from there without carrying any form data. This page is also 1 level down
from the root. Session("test") = "anything"
Am I missing a configuration because values are not carry from page to page.
Application("test") = "anything" is also failing.
Max