3
Answers

C# how to code a button

Michelle Kamp

Michelle Kamp

2y
639
1

Hi I am new to C#, I have a datagridview that populates student data. I also have a button beside each student row. This button would go to a new form with the student details of that selected student in the first form.

Here is an example of what that would look like. How do I code the button to go to a student details form for that selected student that the button was pressed for?

Answers (3)