thinkinterview » interview questions
« Previous

interview Questions

next »
question

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

  • 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.

Next Queston » Which of the following ways can you proactively clean up a databa...
Which of the following ways can you proactively clean up a database connection’s resources? View full queston »

Posted in: ASP.NET(45) |