7
Answers

Display value output into textbox from DataGridView

Samuel Toh

Samuel Toh

3y
510
1

I want to display the output of the column "Email" from the DataGridView under the label "Applicants" in to the textbox beside "To".

So when I select the Names from the DataGridView, their email will automatically be showed in the textbox. How do I do that?

Answers (7)