datagrid updation

Jul 7 2006 11:49 PM

i have a datagrid that showing data from oracle table. i want to update the table thru dataset from datagrid . how it possible. wen i try with the command dataadapter.update(dataset.tablename) then updation not working. why

any solution