GR
grer
June 30, 2003 04:59 PM UTC
if this is databound then the dataset will already have the new row inserted with the status of it being new.
> Hi,
>
> On click of a button, how do i update the original table if the user has edited or added new row in the winform datagrid?
>
> thanks
> Sonu
AD
Administrator
Syncfusion Team
July 9, 2003 06:19 AM UTC
> Hi,
>
> On click of a button, how do i update the original table if the user has edited or added new row in the winform datagrid?
>
> thanks
> Sonu
SA
sayyed abdul rahim
September 2, 2003 07:01 AM UTC
write in ur update button click event
dataAdapter.update( dataset,"Tablename");
dataset.Acceptchanges();