I have a datatable in Gridview1 and have formatted it by adding several new rows in the datatable, I want to push this data to another table to also include the blank rows as part of the data. How would I go about doing this? What I mean is I want to use the data in my first gridview as a datasource.
Share
Add your DataTable on into a Session.
Something like:
Then you can use Session[“DataStore”] as your datasource .
Hipe this Helps
Regards