Adding rows to gridiew and saving to table?

  • Thread starter Thread starter VMI
  • Start date Start date
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.
 
Hello VMI,

Log what user enter in the RowUpdated handler.
And then update your DB with that records

V> In my web application, I have a gridview that, on load, is populated
V> from a table. During the application, I can add rows to the gridview.
V> How can I add these rows to the actual DB table? How do I know which
V> rows have been added by the user and which were already there (from
V> the
V> initial table load)?
V> I have VS2005 v2.0.
V> Thanks.
V>
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top