Showing posts with label DataTable. Show all posts
Showing posts with label DataTable. Show all posts

How to save data from Dynamic DataTble object to database c#.Net

    Dynamic DataTable to SQL Server c#.Net:
   This article will resolve you how to save the data from dynamic datatable to the database.First thing is the datatable will have the datarows. So you have to save the values from that data rows to the database. The datatable will have multiple rows so you have to run a loop to save all the rows data to SQL database. If you want to see the data of the dataTable object bind the DataTable object to the DataGridView control.