Select from following answers:- Set the command text to "SELECT * FROM procProductList ORDER BY ProductName DESC;" then bind the DataGrid control to the DataTable object

- Create a new DataView object based on the DataTable object.
- Set the Sort Property of the DataView object to “ProductName DESC”.
- Bind the DataGrid control to the DataView object.
- All Above
1- 3
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator