Posts Tagged ‘LoadPageStateFromPersistenceMedium’

Viewstate, forget about it?

When you come to designing applications with controls that use callbacks instead of postbacks you will quickly run into the brick wall that Viewstate won’t be your friend.
Now on the surface, not being able to rely on the current viewstate is not so hard to deal with, everytime a control’s value is changed I would save [...]

Continue reading »