I personally still believe that keeping a Dataset stored in a Session Variable is, often, not a bad choice. And I'm sure I'm not the only one to believe this since I find examples that use the same solutions on many books, just an example: "Building Web Solutions with ASP.NET and ADO.NET" by Dino Esposito, Microsoft Press.
But then again I read alot of posts where this solution is rejected with passion. To the authors of these posts I would like to ask what really scares them about keeping a DataSet in a Session Variable and why.
But then again I read alot of posts where this solution is rejected with passion. To the authors of these posts I would like to ask what really scares them about keeping a DataSet in a Session Variable and why.