M
Miro
Quick question...
I was watching a tutorial video and in that example they created a DataSet -
filled it with some data (small amount of data).
Then they stored it to a session variable.
On postbacks they just kept using that dataset filled data for some
comparisons.
I was under the impression that was a 'nono' and it is better just to
refetch the data?
Or is it the norm to grab a dataset and do updates and fills on it just as
if it was a windows app and store it into a session variable.
Thanks,
Miro
I was watching a tutorial video and in that example they created a DataSet -
filled it with some data (small amount of data).
Then they stored it to a session variable.
On postbacks they just kept using that dataset filled data for some
comparisons.
I was under the impression that was a 'nono' and it is better just to
refetch the data?
Or is it the norm to grab a dataset and do updates and fills on it just as
if it was a windows app and store it into a session variable.
Thanks,
Miro