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?