hello to all
here is my question
i have a win app withe two forms
-form1 shows a datagridciew which shows tha data of a tabvle -Form2 has some textboxes and a save buttton that save the data in the table (insert, update)
so,i want when i click tha save button of form2 ,the datagrid of form1 to be refreshed with the the new datas
the form1 must me open all the time, not close when the form2 appears