Saving Variables In An ASP Page
Posted
by
Or Betzalel
on Stack Overflow
See other posts from Stack Overflow
or by Or Betzalel
Published on 2010-12-25T14:40:33Z
Indexed on
2010/12/25
14:54 UTC
Read the original article
Hit count: 237
I'm trying to convert a game I made (WindowsFormApplication) to an ASP Page.
My Problem is that I have a lot "private" variables in my WindowFormApplication and those variables are important for the game. But when after I Declare all my variables (in my Page_Load), they turn null no matter what I do(click a button, refresh the page).
Is there anyway to save my variables between buttons (other than Session, because I'd have to create like 6 more sessions)
© Stack Overflow or respective owner