You are working with a DataSet and want to be able to display data, sorted different ways. How do you do so?

 Posted by Virendradugar on 10/12/2009 | Category: ADO.NET Interview questions | Views: 22566
Select from following answers:
  1. Use the Sort method on the DataTable object.
  2. Use the DataSet object’s Sort method.
  3. Use a DataView object for each sort.
  4. Create a DataTable for each sort, using the DataTable object’s Copy method, and then Sort the result.
  5. All Above

Show Correct Answer


Source: Microsoft MCTS Book | Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response