Hi,
I have a c# windows form app that hanldes memberships. When the user click "new member" a second form pops up where the user can enter in the new data using the details view. When complete the user saves and closes this second form, returning to the original form which has a dataGridView.
What I'm struggling with is a way to force the original form to refresh once the new information has been entered. The nearest I have come is to have either a button the user can click which refills the data table or to have the refill tied to a timer based event. both of those arent particularly good.
Can anyone help?
thanks