Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21

Details



Peter Agyekum 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
Related Topics