Question:You are working with a DataSet and want to be able to display data, sorted different ways. How do you do so?
A Use the Sort method on the DataTable object.
B Use the DataSet object’s Sort method.
C Use a DataView object for each sort.
D Create a DataTable for each sort, using the DataTable object’s Copy method, and
then Sort the result.
+ AnswerC
+ Report