ASP.Net Typed Datasets life span

Posted by JBeckton on Stack Overflow See other posts from Stack Overflow or by JBeckton
Published on 2010-05-10T18:16:56Z Indexed on 2010/05/10 18:24 UTC
Read the original article Hit count: 180

Filed under:

What happens to a dataset when your done using it. For example if I create and fill a dataset for a grid, when the user leaves that page or logs out I assume the dataset is still in memory?

Does each user get their own instance of the dataset? In other words, if 2 users hit the same page that uses a grid are they each served their own instance of the dataset from server memory?

© Stack Overflow or respective owner

Related posts about ASP.NET