Hi,
i have a very basic question, maybe silly at that point.
I have a third party grid whose datasource is a dataset that is populated by a native VS sqldataadapter. its .net 1.1, vb.net and vs2003 with mssql2000
the total number of records returned to the dataset is around 30000 and its growing. The grid has virtual load functionality where it shows 10 records at a time. But whenever this grid page is hit, the memory consumed goes up to 300mb. With the second person this becomes 500mb.
Is it because all data that the dataset gets from the server is put into the memory? and grid uses the data in memory for its paging/virtual load?
is this something about how dataset works or is it something about the grid?
any suggestions? or how could llblgen help me in this scenario?
thanks
-shane