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.

 All Forums
 Development Tools
 Other Development Tools
 Identify which button is trigger

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 Sub

however how i know which button is trigger? how to identify which button is click?Any links?
   

- Advertisement -