Q. If you are using the DataSet and you have to display the data in sorted order what will you do? (Solved)
1. Use Sort method of DataTable
2. Use Sort method of DataSet
3. Use DataViev object with each sort
4. Use datapaging and sort the data.
- c. Use DataViev object with each sort