hi all,
i'm trying to populate a datagridview using stored procedure. some of the fields are hidden in the DGV, also i have added to new columns to the DGV.
now i want to store the columns in the DGV along with the hidden columns in a new table. can anyone tell me how do i go about this?
i'm not very sure what the update does bcos in my my case the DGV is populated with fields from multiple tables but i want to save the data in a new table.
please respond asap. thanks in anticipation.
Regards....
i'm trying to populate a datagridview using stored procedure. some of the fields are hidden in the DGV, also i have added to new columns to the DGV.
now i want to store the columns in the DGV along with the hidden columns in a new table. can anyone tell me how do i go about this?
i'm not very sure what the update does bcos in my my case the DGV is populated with fields from multiple tables but i want to save the data in a new table.
please respond asap. thanks in anticipation.
Regards....
Comment