DataGrid and DataReader

  • Thread starter Thread starter Max
  • Start date Start date
Sure you can--but only in an ASP.NET application.

--
____________________________________
Bill Vaughn
MVP, hRD
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
i have a big datasource (>1000 record), and use of dataset is not
correct....
thanks

i'm waiting your answer,,
 
Yes, it was true. You cannot do automatic paging by using DataReader in Windows Form. But, I still think you have other options by doing paging manually (ex : stored procedure). It's an additional work but the performance result is very good.
Hopefully, this link will help you more :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/daag.asp

From http://www.developmentnow.com/g/7_2003_9_0_0_125789/DataGrid-and-DataReader.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com
 
Back
Top