G
Guest
Hi,
I am using sqlcommand object to execute a stored procedure. And i populate a dataset fro sqldataadapter. When i run it for the first time it works fine when try to go to the next page it gives the following error
Error Message :Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
i tried giving commandtimeout=0 and also increased the timeout period but still it doesnot work
Give me a solution..
Regards
Yaseen
I am using sqlcommand object to execute a stored procedure. And i populate a dataset fro sqldataadapter. When i run it for the first time it works fine when try to go to the next page it gives the following error
Error Message :Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
i tried giving commandtimeout=0 and also increased the timeout period but still it doesnot work
Give me a solution..
Regards
Yaseen