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.
i am using a dataset
when the user delete and add recordes he press upload button
then i create a new dataset with the changes in the main dataset
when the user delete a row i want to check
if this row is forign key in other tables
if it's i should delete the row from this new dataset
then i update this new dataset into my database