problem to display large data ( like 1 lac records) to crystal reports in asp.net
-
Hi all, how to display large data ( like 1 lac records) to crystal reports in asp.net I am getting this error when i am tried like this : Application service unavaiable . The web application you are attempting to access on this web server is currently unavaiable .please hit the refersh button in ur web browser to retry your request. Please find a solutions for this . Thanks Murali
-
Hi all, how to display large data ( like 1 lac records) to crystal reports in asp.net I am getting this error when i am tried like this : Application service unavaiable . The web application you are attempting to access on this web server is currently unavaiable .please hit the refersh button in ur web browser to retry your request. Please find a solutions for this . Thanks Murali
Yes.. Why do you need to show this in browser. Writing excessive data in browser will eat up all the memory of the process associated with the browser. And this leads to hang your browser. I recommend to do pagination do overcome this situation.
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript