how to save record in datagrid?

  • Thread starter Thread starter jaYPee
  • Start date Start date
J

jaYPee

I have downloaded the 101 Code Samples for Visual Basic .NET 2002.
I've seen "VB.NET - Data Access - Build a Master-Detail Windows Form"
that really helps me a lot. but the problem is i don't know how to
update the record in 2 datagrid.

any help for this topic is highly appreciated. thanks in advance
 
yaYPee, I don't have the sample in front of my, but it sounds like Two
DataAdapters are being used..that's typically the scenario in a
master/detail situation. If you see two different DataAdapter objects, make
sure the 'Update' method is called on both of them passing in the respective
datataset and/or datatable objects.
 
Back
Top