Hello,
I'm using a form to display a result of a simple sql statement (SELECT *
FROM DEP);
I have buttons like EDIT, DELETE. I want to do is kind of "refreshing
stuff". I try
this.Close();
this.Show();
but generates this error --> Cannot access a disposed object name form1
I used to do unload form and then form.show in VB, but in C#, there's no
unload method... what should I do?
Can anyone help me?
Cheers!
Claudi
*** Sent via Developersdex http://www.developersdex.com ***
Comment