System.OutOfMemoryException from GridView

Posts   
 
    
lprigmore
User
Posts: 4
Joined: 27-Feb-2008
# Posted on: 04-Apr-2008 23:57:39   

This is real simple. I have VS2008 and a Website project with a Default.aspx page. There are 2 controls on the Default.aspx page (GridView1 and LLBLGenProDataSource21). App_Code contains the LLBLGen output in 2 folders (Northwind and MyDatabase).

I have a table (106,000 rows) in MyDatabase that I am trying to view in the grid. I set the properties start it, it takes a while and then throws this exception. When I try the same with Northwind's Customers (92 rows) everything works fine. I am sure that it must be retrieving all of the data into the aspx page. How can I get control of this thing?

Thanks, Les

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 05-Apr-2008 04:46:22   

Hi Les,

Check these thread for some measure suggestions and identify the problem: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=7683 http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=3981

David Elizondo | LLBLGen Support Team