how to remove multiple rows from datatable in dataset, populated not from database?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I am Binding a parent/child table to a datagrid, where the child rows are attached to a repeater, Now i want to delete the selected child rows from in memory storage, DataSet. __________________________________________ Parent1 child1 child2 child3 * Parent2 child1 child2 * child3 Parent3 child1 * child2 child3 _______________________________________ For a button outside the grid, how to navigate the *(checked) entries and delete them.