Select from following answers:- Use the Sort method on the DataTable object.
- Use the DataSet object’s Sort method.
- Use a DataView object for each sort.

- Create a DataTable for each sort, using the DataTable object’s Copy method, and then Sort the result.
- All Above
The DataView can be used for each sort.
Show Correct Answer
Source: Microsoft MCTS Book | Asked In: Many Interviews |
Alert Moderator