Loading Huge records using Adaptor EntityCollection

Posts   
 
    
krkc
User
Posts: 20
Joined: 12-Apr-2006
# Posted on: 19-Dec-2006 15:03:05   

I have a grid control for which I am giving an entitycollection as datasource. My grid hangs while populating huge no of records. Does the LLBLGenProDataSource control takes care of this problem of populating the records when Paging is set to TRUE.

If yes, then how can I use LLBLGenProDataSource control at runtime? As my entity collection will be generated at the runtime based on some business logic.

If no, please tell me any other alternative to solve this problem of loading huge records.

Regards, Ravi

bclubb
User
Posts: 934
Joined: 12-Feb-2004
# Posted on: 20-Dec-2006 01:05:19   

Can you give us an example. Do you not need to display all of the records? Take a look in the documentation at this area. Generated code - Databinding with ASP.NET 2.0, Adapter. The server side paging should provide you with better performance.