Exception of type 'System.OutOfMemoryException' was thrown
-
Hi I am getting this error in my web application Exception of type 'System.OutOfMemoryException' was thrown I have dispose dataset and dataset=nothing after bind grid and I have also close connection after use. Please suggest me solution for this.. Thanks
-
Hi I am getting this error in my web application Exception of type 'System.OutOfMemoryException' was thrown I have dispose dataset and dataset=nothing after bind grid and I have also close connection after use. Please suggest me solution for this.. Thanks
Hi rakesh, there are some points other than disposing your objects. which you can find at the following link: http://support.microsoft.com/kb/909678[^]
Happy Coding... :)
-
Hi I am getting this error in my web application Exception of type 'System.OutOfMemoryException' was thrown I have dispose dataset and dataset=nothing after bind grid and I have also close connection after use. Please suggest me solution for this.. Thanks
Is there Object null?
-
Hi I am getting this error in my web application Exception of type 'System.OutOfMemoryException' was thrown I have dispose dataset and dataset=nothing after bind grid and I have also close connection after use. Please suggest me solution for this.. Thanks
How many rows are you trying to bind to the Grid ? Make sure you select only the columns necessary and build filtering logic in so that you are not attempting to display thousands of rows to a grid.