Storing a DataRow into a Session (server) variable
I recently ran into a situation where I needed to store a DataRow object, which is not serializable, into a Session variable using the Session Server. As I mentioned yesterday, all sessions should be stored to either the Session Server or the SQL Session Server. This means that all of the objects being stored must be serializable.
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Tuesday, January 15th, 2008
