I have one window form in which I take a two textboxes for entering data. On other window form I take on gridview control. When I press save button of first form then data should be save in sql server table and display in gridview column of other form. How Can I pass textbox value of one form to other form and display it in gridview control?
Thanks in advance