Hello Team,
i have a grid with 6 different columns each should be saved in different database tables. my grid is having more than 30,000 records
is there any way to take gridview column data into temperory table and from there to insert into database tables
and row level data saving is fine since it is single line update into database, where as updating entire grid with 30,000 records, taking time to save
please suggest me
i have a grid with 6 different columns each should be saved in different database tables. my grid is having more than 30,000 records
is there any way to take gridview column data into temperory table and from there to insert into database tables
and row level data saving is fine since it is single line update into database, where as updating entire grid with 30,000 records, taking time to save
please suggest me