Hi,
This is a large question, that has multiple smaller questions inside. I'm willing to open up new questions. I have a DataSet getting data from a database, and binding it to a GridView.
(NOTE: This is a web page not a WinForm)
I have been trying on and off for weeks different approaches to get the data back into the grid and then back into the database.
SO .. here's the overall question:
How do I Update a gridview and then get those changes back to the database.
A. What is the best way of updating the grid view
B. I realize that I need to put code into the events, but what events and how I can't manage.
C. is there somewhere that I need to put an UpdateCommand
i. Isn't the update command finally different from a GridView.
I know i'm asking a lot, but it seems like I need to understand the whole thing to be able to do this.
Thanks in advance,
Kelvin
Start Free Trial