T
tshad
When a GridView gets information back from the server and it is doing paging
(or anytime I suppose).
Where is it putting the data while it renders the data.
If I do a DataBind or use an SQLDataSource and the data comes back (say
10,000 rows) and you are having the GridView handle the paging. Where does
it put the data in the interim?
Does it cache it on the Client side somewhere?
Thanks,
Tom
(or anytime I suppose).
Where is it putting the data while it renders the data.
If I do a DataBind or use an SQLDataSource and the data comes back (say
10,000 rows) and you are having the GridView handle the paging. Where does
it put the data in the interim?
Does it cache it on the Client side somewhere?
Thanks,
Tom