how to bind listview data to dataset or datatable.?
C#
3
Posts
2
Posters
0
Views
1
Watching
-
hi,i have added some data to my listview.i want to add all the list view rows to a dataset or datatable using c#.please help me.give me the logic.
-
hi,i have added some data to my listview.i want to add all the list view rows to a dataset or datatable using c#.please help me.give me the logic.
-
just read all columns in listview. for each column, create a column in datatable. do that also for items. for each item, create a new row in datatable.
could u kindly send me the code in c#???