hi,
I've a requireemnt ..in which my query will pull all the data from the
database table..and binds to a grid based on some calculations.....
the count of records wil be around 700000 records....
can I store this data in datatable..and bind to the grid..

what effect will it have on the performance of the page...
can someone sayy if it's optimal way ???

RE: reg datatable by KerryMoorman

KerryMoorman
Sun Jul 20 13:49:01 CDT 2008

AVL,

How do you figure a user is going to be able to interact with 700000 rows of
data in a grid?

Kerry Moorman


"AVL" wrote:

> hi,
> I've a requireemnt ..in which my query will pull all the data from the
> database table..and binds to a grid based on some calculations.....
> the count of records wil be around 700000 records....
> can I store this data in datatable..and bind to the grid..
>
> what effect will it have on the performance of the page...
> can someone sayy if it's optimal way ???