how can i update a modified row of my datagridview to the database c#
how can i update a modified row of my datagridview to the database c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Jun 14, 2011, 7:10 AM
Sam HobbsPosted Jun 14, 2011, 3:52 AM
Jaganathan BantheswaranPosted Jun 13, 2011, 9:03 AM
Get the modified row values and pass the ID of the Row to DB storedproc to update the value.