Having two forms where form 1 shows database in data grid view with 3 column : id, name, text. I want to show column “text” in textbox at form 2 when I click on Button “Edit” from form 1. This is edit and delete button code : private void dataGridView1_CellClick(object sender, DataGridViewCellEventArgs e) { if […]
The post How to select Row from Datagirdview and show in textbox? appeared first on BlogoSfera.