R
Ravi Gudlavalleti
Hi,
I have a datagrid that displays the results from a Stored Procedure.
I would like to be able to make changes to any row in the data grid and only
make the changes in the database once the user cliks a save button at the
bottom of the page.
In other words, instead of posting to the database every time I edit a row,
I want to be able to add, delete or update any number of rows and only post
the changes
to the database once I hit a save button.
Is this possible with a dataset? Are there any other alternatives. How do I
do that?
I want the in-place editing feature and also be able to add new rows and
delete them.
Thanks in advance,
I have a datagrid that displays the results from a Stored Procedure.
I would like to be able to make changes to any row in the data grid and only
make the changes in the database once the user cliks a save button at the
bottom of the page.
In other words, instead of posting to the database every time I edit a row,
I want to be able to add, delete or update any number of rows and only post
the changes
to the database once I hit a save button.
Is this possible with a dataset? Are there any other alternatives. How do I
do that?
I want the in-place editing feature and also be able to add new rows and
delete them.
Thanks in advance,