D
Dave
I have a site with an App_Code folder that has Global.asax.cs and a
file named Upload.cs.
I want to pass Upload.cs a Session variable (username) that is set in
default.aspx.
Setting up a session variable in default.aspx is no problem, but how
do I make it available to Upload.cs? I think it's a matter of
writting code into the following two files: Global.asax.cs, and
obviously, Upload.cs, but how exactly is it done?
I know this is a beginner question, and I've TRIED finding the answer,
but somehow it seems like it's harder to find answers to the most
basic questions.
file named Upload.cs.
I want to pass Upload.cs a Session variable (username) that is set in
default.aspx.
Setting up a session variable in default.aspx is no problem, but how
do I make it available to Upload.cs? I think it's a matter of
writting code into the following two files: Global.asax.cs, and
obviously, Upload.cs, but how exactly is it done?
I know this is a beginner question, and I've TRIED finding the answer,
but somehow it seems like it's harder to find answers to the most
basic questions.