Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
waterduck
Aged Yak Warrior
982 Posts |
Posted - 2011-02-08 : 13:00:37
|
I currently using following code to trace button trigger at data grid view Private Sub DataGridView1_CellClick(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles DataGridView1.CellClick End Subhowever how i know which button is trigger? how to identify which button is click?Any links? |
|
|
|
|