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.
 

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