G Guest Jul 10, 2007 #2 No, I don't think so. The semicolon inside the parens will choke the compiler...
J jr1024 Jul 10, 2007 #3 No, I don't think so. The semicolon inside the parens will choke the compiler... jr1024 said: MessageBox.Show( dataGrid[e.ColumnIndex, e.RowIndex]; Click to expand... ); Click to expand... Click to expand... Yes it should be MessageBox.Show( dataGrid[e.ColumnIndex, e.RowIndex].Value.ToString() );
No, I don't think so. The semicolon inside the parens will choke the compiler... jr1024 said: MessageBox.Show( dataGrid[e.ColumnIndex, e.RowIndex]; Click to expand... ); Click to expand... Click to expand... Yes it should be MessageBox.Show( dataGrid[e.ColumnIndex, e.RowIndex].Value.ToString() );