Sorting on a Datatable

 Posted by Pavanandey on 4/21/2010 | Category: .NET Framework Interview questions | Views: 5388
Answer:

By using a datatable we can sort the data with out going for a dataview.

DataTable dt = new DataTable();
dt.Select(" select criteria if any " , " sort string ")


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response