S
Sandeep Singh
I m building an application in which I redirect the user to a particular
page. In the Page Load event of the that page , I assign a variable
some value. Then I call the Button click event on that page. I have
applied the !IsPostBack so that the Page Load event does not occur on
clicking the button. Now the problem is that I want to use the value of
that variable which i was population on Page Load event.
Can I use that variable as static?
I have a doubt in my mind that as I am simply redirecting the users to
that page, the value of that variable could be set to some another value
if another user is redirected to that page as the variable is static.
Please help me to clarify my concept.
Thanks,
Sandeep
page. In the Page Load event of the that page , I assign a variable
some value. Then I call the Button click event on that page. I have
applied the !IsPostBack so that the Page Load event does not occur on
clicking the button. Now the problem is that I want to use the value of
that variable which i was population on Page Load event.
Can I use that variable as static?
I have a doubt in my mind that as I am simply redirecting the users to
that page, the value of that variable could be set to some another value
if another user is redirected to that page as the variable is static.
Please help me to clarify my concept.
Thanks,
Sandeep