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