How to bind multiple rows from data table to single row in Gridview
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Friends, I have gridview with 2 columns "Tower" - dropdown template field and "Country" - dropdown template field. I have datatable with 2 columns Tower and Country and has 100 rows. Now my need is to attach this datatable to gridview, but i should not get 100 rows in gridview, i should get only one row, where Tower and Country dropdown should contain all 100 rows data as Listitem respectively. (i.e.,) Gridview should contain only one row with 100 items in each column dropdown. Please help in this, I am stuck in this. Regards, Priyaa.