Hiii,
I have to export asp.net gridview row values to new database table.
I have bind 1st grid from database where actual 5 columns in database and after binding that column to gridview i have made some calculations and made 7 columns.That 7 columns data i want to add in the database in a another new table where actual 7 tables are pressent.
I have 1st table like this:
Sample data :::BSalary,HRA,DA,GPF,CPF.
and after binding in gridview i have made 7 columns
Sample data ::: BSalary,HRA,DA,GPF,CPF,Deductions,Total Salary where Deductions,Total Salary are columns are binded from calculations.
I want to insert those 7 columns in database in new table.