Click here to Skip to main content
15,912,932 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a windows form application where in one main form i have grid consists of list of people.

i have created another form to edit the people information.

I have selected one guest and click on label link to edit the information it will open the second form.
After updating the information and closing the second form the grid in main form is not refreshing.

What I have tried:

Dim frm As New Edit_Details
IsMdiContainer = True
frm.MdiParent = Me.MdiParent
Forms.Add(frm, "Edit_Details")
frm.Show()


can someone help me regarding this
Posted
Updated 9-Jan-19 1:11am

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900