Gridview
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi there. My gridview is populated by a Dataset, with things like name, surname... and Edit(link to another page). What i want to do, is populate a dropdown with the values of the column header of the gridview, as the "Text" of the dropdown, and the "Value" of the dropdown with the columns of the dataset. the problem is with the Edit, which i do not want to add. Can anybody help me with this problem? Thanks