About Insert Multiple Rows of GridView to Databas
Hi All,
Can anyone tell me how to insert multiple checked rows from GridView to Database(oracle)?
I hav gridview with 4 columns,In first column contains checkbox and remaining conatains data which to be taken from database.
Now I want to insert all the rows in the database which to be checked.
How can i iterate through each cell and insert the values?
Plz help me..:)
Vish
|