I have a dropdownlist and the gridview and I want to bind the dropdownlist according to the header of the grid view
eg.
If I have a grid view header like
A B C D edit delete
Then the dropdown should have values like
A
B
C
D
something like below