This is probably a very dumb question.
But basically. I have 2 datatables that I merged together.
I then assigned the resulting dataTable as the datasource of my GridView.
However the rows in the dataTable are not in the order I want the end user to see.
So I want to Sort the gridview. I'm not seeing a Sort Method on the control.
How can I sort by the first column (descending)?
Thanks.