Hey there,
hum...not sure on what you're saying here...static objects are alive while the process that "hosts" them lives. Their use isn't really recommended in most scenarios, but I think that form posts won't influence its life.
My intention was not to keep anything alive. For whatever reason my datasource was a static instance of object and the query must have not run because no changes were detected to the data. Therefore, my data was displaying in its original value and was causing the problem. I was just outlining the problem so that if someone else created a static object and expected it not to live through "post backs"--If I can call it that--they might run into the same problem. After tesing more and changing to instance objects the problem went away. No harm in trying things!
But the important point as you mentioned is that if my objects are created as static then they live as long as the process is alive? Just to be clear, not the AppDomain only?