Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
i have datatable with information like:

header 1 | header 2 | header 3 ...
a | b | c
d | e | f
g | h | i ...

and gridview that i made headers to it like:

h1,h2,h3

what i want to do is to bind datatable header 1 as column source to h1

h1 | h2 | h3
a | b | c
d | e | f
g | h | i ...

can i do it ?

Thank you.
Posted
Updated 28-Mar-15 21:15pm
v3

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900