Re-ordering columns in a GridView after bind
Posted
by samcooper11
on Stack Overflow
See other posts from Stack Overflow
or by samcooper11
Published on 2010-03-23T17:21:46Z
Indexed on
2010/03/23
17:23 UTC
Read the original article
Hit count: 166
c#
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
© Stack Overflow or respective owner