G
Guest
i have a dataset and 3 tables with it,and i create primarykey and relation for them
i bind it to a third party datagrid
it looks like a treeview,some rows expanded,and some rows collapsed
and then i modify,delete,add data from database
when i use dataadapter.fill(dataset,"tablename") this metho
the table was refreshed only modified and new data,but the data i deleted from databse is still in table
i don't want to use table.clear this method,because it'll redraw my grid
is there any method to cover this?
i bind it to a third party datagrid
it looks like a treeview,some rows expanded,and some rows collapsed
and then i modify,delete,add data from database
when i use dataadapter.fill(dataset,"tablename") this metho
the table was refreshed only modified and new data,but the data i deleted from databse is still in table
i don't want to use table.clear this method,because it'll redraw my grid
is there any method to cover this?