Use Load-On-Demand to Handle Huge Data

Posts   
 
    
Posts: 15
Joined: 02-Jan-2010
# Posted on: 10-Jan-2010 21:49:09   

Hi;

A list box is used to display a number of items in a list. The list box and grid component support the paging intrinsically. If you have a list box with many items, for example 1.000.000 items, this is going to slow down my application, it could potentially use a lot of memory on the server, limiting the number of users that can be supported at any time. This is what we don’t want to happen.

How can I using feature of the Load-On-Demand with LLBLGEN Pro?

Regards,

Platform : Winforms C# 3.5, SQL 2005

Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 11-Jan-2010 10:23:36   

What do you mean by Load on Demand? Do you mean Paging?

Posts: 15
Joined: 02-Jan-2010
# Posted on: 11-Jan-2010 10:51:57   

Yes I mean load data with paging. For Example binding large dataset to grid with feature of the paging.

Regards

Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 11-Jan-2010 11:27:39   

You can do paging with LLBLGen Pro. Please check the following links: For Adapter For SelfServicing