MCQOPTIONS
Saved Bookmarks
| 1. |
If you are using the DataSet and you have to display the data in sorted order what will you do? |
| A. | Use Sort method of DataTable |
| B. | Use Sort method of DataSet |
| C. | Use DataViev object with each sort |
| D. | Use datapaging and sort the data. |
| Answer» D. Use datapaging and sort the data. | |