G
Guadala Harry
This has to be easy...
I have a DataSet stored in the Session object. I simply need to read it
later and get the following error:
Cannot implicitly convert type 'object' to 'System.Data.DataSet'
From a code-behind module of an ASPX page, how do I read the contents of a
DataSet that is stored in the Session?
Thanks in advance.
I have a DataSet stored in the Session object. I simply need to read it
later and get the following error:
Cannot implicitly convert type 'object' to 'System.Data.DataSet'
From a code-behind module of an ASPX page, how do I read the contents of a
DataSet that is stored in the Session?
Thanks in advance.