datagridview
C#
3
Posts
3
Posters
0
Views
1
Watching
-
windows application using c#... i have 500 records in my table.... i have to the records in multiples of 50... how can i do this... send me sugesstion or samp coding...
-
windows application using c#... i have 500 records in my table.... i have to the records in multiples of 50... how can i do this... send me sugesstion or samp coding...
With paging, I guess. You can page by requesting 50 records at a time from the DB, or by asking the control to page the full dataset for you.
Christian Graus Driven to the arms of OSX by Vista.
-
windows application using c#... i have 500 records in my table.... i have to the records in multiples of 50... how can i do this... send me sugesstion or samp coding...