Recently I deployed an ASP.Net web application that was designed to gather complex form data and store it in a database. The object model was large and complex enough that it couldn’t be stored in View State, given the network within our organization. So instead we stored the form data in Session state. [...]
Archive for May 26th, 2007
Multiple Browser Windows with One Session State
Posted in ASP.Net, C#, Programming on May 26, 2007 | 7 Comments »