Statistics
The Highest Post







Statistics
Count 98
Avg 20.27
Min 3
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