A
AAaron123
This is what I observer:
On one postback I set a variable to 2
On the next postback it has the valve of 0
I know I could use a Session Variable to hold the value but that seems like
an overkill.
What is the simplest way to make a variable with a value that persists over
multiple postbacks?
Thanks
On one postback I set a variable to 2
On the next postback it has the valve of 0
I know I could use a Session Variable to hold the value but that seems like
an overkill.
What is the simplest way to make a variable with a value that persists over
multiple postbacks?
Thanks