my first form is datagridview .side buttons is..add ,edit, delete,and close.now i want add some details then click add button then open another form...now insert the data from add form..now add form close after inserted data...i want automatic refresh the form1..
i am using f
orm1 obj=new form1();
obj.refresh();
but it is not work..
how do that..?
....sundarsowmia....