If you are using the DataSet and you have to display the data in sorted order what will you do?

Options
- Use Sort method of DataTable
- Use Sort method of DataSet
- Use DataViev object with each sort
- Use datapaging and sort the data.


CORRECT ANSWER : Use DataViev object with each sort

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement