B Search Erros
Return Home
Newest questions tagged c# - Stack Overflow

C# transfer data from an another form via MySQL

I am building a simple CRUD application in C# WinForms to practice database operations. I have a DataGridView that loads user data, and I want to open a separate edit form (formEdit) when a cell is clicked, pass the data

View original source