I have a form F1. In this form F1 a method called Refreshthisform() is written by me.
when i press a button in F1, form F2 opens. after performing some transcations, wheni close F2, i want the method RefreshthisForm() in F1 has to be invoked and refreshed.
to be simple, F1 has a method which should invoke when i close F2.
Can some one help me with a sample code