Gridview Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a question regarding the gridview. Does the gridview persist the
entire datasource in the viewstate?

For example my datasource is returning 100 records, but my gridview only
displays 10. Are the other 90 records stored in the viewstate?

Thanks.
 
No, it doesn't.

I have a question regarding the gridview. Does the gridview persist the
entire datasource in the viewstate?

For example my datasource is returning 100 records, but my gridview only
displays 10. Are the other 90 records stored in the viewstate?

Thanks.
 
Back
Top