G
Guest
Hey guys,
I guess I don't understand this whole Post-Back thing. I'm writing an
ASP page using VS2005 in C#. On the page I'm working on, I set several
variables on Form Load. I then have a button which dynamically builts some
objects. I take a COUNT of these objects and set it to a global variable in
the class. I have another button which I use as a SUBMIT button. I want to be
able to take the values of variables that I set. However, as soon as I click
the button, it immediately forgets all of the global variables. What am I
missing? How come everything dissapears? What do I need to do to make it
remember everything just prior to the submit button?
Thanks!!!
Todd
I guess I don't understand this whole Post-Back thing. I'm writing an
ASP page using VS2005 in C#. On the page I'm working on, I set several
variables on Form Load. I then have a button which dynamically builts some
objects. I take a COUNT of these objects and set it to a global variable in
the class. I have another button which I use as a SUBMIT button. I want to be
able to take the values of variables that I set. However, as soon as I click
the button, it immediately forgets all of the global variables. What am I
missing? How come everything dissapears? What do I need to do to make it
remember everything just prior to the submit button?
Thanks!!!
Todd