Wednesday, October 25, 2006

dataGridView show value of any cell on selected row (multiRow select = false) C#.net 2005

MessageBox.Show(clientsDataGridView.CurrentRow.Cells[0].Value + "");

No comments: