Saving DatagridView Vaules remotely

jcviera

New member
Joined
Dec 5, 2006
Messages
2
Programming Experience
1-3
Ok well I've Searched for sometime now to try and find someone who has had the same issue but I gues no one else has. I have a project im working on and I have to Populate a datagridview using a remote object then if there are any changes in that DataGridView then I have to update the database with those new values using the remote object. I can't find a solution to this issue. If anyone has any advice it would be greatly appreciated.

jcviera:)
 
Binding Datagridview to Remoteobject Saving Values

Im kinda New to VB.NET but not really. Im writting an Windows Forms Application a Data Management system and im trying to save any Changes that the User makes in the DatagridView back to the object and then back to the database. I just can't seem to get the saving part how to I determine the values of the DataGridView if its datasource is a remote object. And if I have those values how do I return them without make the code all sloppy? Need help bad job depends on skills it looks like I dont have.

Jcviera:confused:
 
Back
Top