Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Exception of type 'System.OutOfMemoryException' was thrown.

Exception of type 'System.OutOfMemoryException' was thrown.

Scheduled Pinned Locked Moved ASP.NET
helpcsswindows-admin
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    www Developerof NET
    wrote on last edited by
    #1

    Hi all, I am getting this nasty error when i display a huge amount of data on my web page.Some times i get this error on hitting the search button and some times when i export the grid to excel. The only solution i got is to reset the IIS using iisreset Is there any other programmatic solution for this problem.Also i cant do paging as the client wishes to see all the data at once. Any help would be appreciated.

    When you fail to plan, you are planning to fail.

    A 1 Reply Last reply
    0
    • W www Developerof NET

      Hi all, I am getting this nasty error when i display a huge amount of data on my web page.Some times i get this error on hitting the search button and some times when i export the grid to excel. The only solution i got is to reset the IIS using iisreset Is there any other programmatic solution for this problem.Also i cant do paging as the client wishes to see all the data at once. Any help would be appreciated.

      When you fail to plan, you are planning to fail.

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      www.Developerof.NET wrote:

      when i display a huge amount of data on my web page.

      How much data? This is my suggestion, please don't try to display huge amount of data on web pages. I have faced several question in this forums itself that they want More than 10,000 Records to show in pages. But why ? Its seriously causes a performance issue. Please use Filter and search to minimize the records.

      www.Developerof.NET wrote:

      The only solution i got is to reset the IIS using iisreset

      This is not a permanent solution .

      www.Developerof.NET wrote:

      Is there any other programmatic solution for this problem.

      please check those point that I have already discuss.

      www.Developerof.NET wrote:

      Also i cant do paging as the client wishes to see all the data at once.

      :rolleyes: Some times it also depends of how much memory you have on server, Number of concurrent users, Session Data Size, Cache Data Size etc.

      cheers, Abhijit CodeProject.Com MVP

      M 1 Reply Last reply
      0
      • A Abhijit Jana

        www.Developerof.NET wrote:

        when i display a huge amount of data on my web page.

        How much data? This is my suggestion, please don't try to display huge amount of data on web pages. I have faced several question in this forums itself that they want More than 10,000 Records to show in pages. But why ? Its seriously causes a performance issue. Please use Filter and search to minimize the records.

        www.Developerof.NET wrote:

        The only solution i got is to reset the IIS using iisreset

        This is not a permanent solution .

        www.Developerof.NET wrote:

        Is there any other programmatic solution for this problem.

        please check those point that I have already discuss.

        www.Developerof.NET wrote:

        Also i cant do paging as the client wishes to see all the data at once.

        :rolleyes: Some times it also depends of how much memory you have on server, Number of concurrent users, Session Data Size, Cache Data Size etc.

        cheers, Abhijit CodeProject.Com MVP

        M Offline
        M Offline
        Member 2600509
        wrote on last edited by
        #3

        I am also getting this error. when restate IIS, then working but after some time getting this error. and also I have no more data

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups