Session("sqlReader") = sqlReader
i search google on this topic and got one point only.
the point i got :- It is not possible to store data reader in session, because it uses persistence connection
i am looking for more point which clearly explain the problem for storing DataReader object in Session variable.
thanks
Go to the complete details ...