Hi all.
I am using DataReader for getting the data from database.
I am getting the DataReader from one class n reading in my aspx page. It is
working fine.
But problem is that whenever I call .aspx page which contains
System.Data.ADO, it gets 20 sessions occupied.
And after accessing it I am closing the DataReader but it is not killing the
session which it has occupied (which becoms 20+).
So I am getting ADO.ADOException for not having enough sessions.
Can u Help me out.
Thanks in advance.
Santosh L. N.