2
Answers

c# Win Forms

Ask a question
Nilesh Avhad

Nilesh Avhad

11y
1.1k
1

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


Answers (2)