Quote Originally Posted by si_the_geek View Post
You have the showData
As you are displaying Form2 using ShowDialog (which waits until the form is closed), you can simply call showData immediately after that, ie:
I tried this solution and its not working