Data set/table/view

yogiwales

Member
Joined
Jan 23, 2003
Messages
21
Location
Cardiff, Wales - UK
I am manipulating data from many different collections, and wish to display them to the user in a spreadsheet kind of view, and have come accross the dataset. All the books I have show me how to use these with a remote database. A data set can hold a "spreadsheet" in local memory and I want to use it like that. Just to hold the data, sort and display.

How do I go about this, and what are the differences between each of the above?

Best Regards
Yogiwales
 
Have you looked at the DataGrid control? You can bind a DataSet, DataView or DataTable directly to it.
 
Back
Top