Re-ordering columns in a GridView after bind
- by samcooper11
Hi everyone,
I want to be able to re-order the columns I have in a GridView.
The GridView is populated from a DataTable which is dynamically generated in a seperate class and returned to the aspx code behind page.
Is this possible?
Thanks in advance