The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator 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
SAsayyed abdul rahimSeptember 2, 2003 07:01 AM UTC
write in ur update button click event
dataAdapter.update( dataset,"Tablename");
dataset.Acceptchanges();