How can I save on my site (in a txt) or send the value of row to my email?
Me.DataGridView1.CurrentRow.Cells(0).Value + "|" +
Me.DataGridView1.CurrentRow.Cells(1).Value + "|" +
Me.DataGridView1.CurrentRow.Cells(2).Value + "|" +
Me.DataGridView1.CurrentRow.Cells(3).Value + " $ #byNoaH"