parent child form

  1. G

    Question help with child table newrow in dataset

    hi all, i have a dataset in my application (vb.net2008) that has a parent table with some child tables linked with a relationship. i would like to be able to open the form in "new" mode, and allow the user to create the whole dataset, and hit the save button once, but this isn't working for...
  2. PatelNehal4u

    Parent Child Form

    I have two form, Form1 and Form2. Form1 have a button button1 which call the Form2 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim frm2 As New Form2 frm2.Show() End Sub Now if i close Form1 it will also close...
Back
Top