hello all ,
i am very new to c#
I am creating a small data entry application using WinForms and MSSQL database ,
In this i need to pass Datagridview selected row value to the textbox , combo box in another form?
the datagridview form: "FormDataEntry" from this when the user clicks the edit button the data should get populated to "FormEdit" and user can modify and save the same
I have tried many ways but can't get the expected result , by completing this my app will get finished , kindly help me in this regard.
below link the address to my "sln" fie , kindly go through the same for reference
.
[1]: https://drive.google.com/file/d/1c6_8zB9OQMObLBNIj3e5L40PhFXCeuFZ/view?usp=sharing
