Maintain variable across Postbacks
I have a boolean variable that I want to set to true when the app first loads then after entering a procedure I want to reset it to false and thereafter I want the variable to maintain the false value through the duration of the session.
I tried using a variable and I could not figure out why it get changing and I realized it has to do with postbacks.
|