Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #107.67K
~369 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for Exelio

On event dataGridViewMain_CellContentClick write following code if (e.ColumnIndex == dataGridViewMain.Columns["ImageColumn"].Index) { lblShowCellData.Text = dataGridViewMain.Rows[e.RowIndex].Cells["CustomerName"].Value.ToString(); // Do some thing else.... } <snip>

Member Avatar for sachinmuley
0
369

The End.