V
VMI
In my web application, I have a gridview that, on load, is populated
from a table. During the application, I can add rows to the gridview.
How can I add these rows to the actual DB table? How do I know which
rows have been added by the user and which were already there (from the
initial table load)?
I have VS2005 v2.0.
Thanks.
from a table. During the application, I can add rows to the gridview.
How can I add these rows to the actual DB table? How do I know which
rows have been added by the user and which were already there (from the
initial table load)?
I have VS2005 v2.0.
Thanks.