CommandName in a Windows Application
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a DataGrid in a Windows application form. I have set a button column aside to the data bound from a database. How do I create a callback function to the clicking of a speciffic button in the DataGrid? I know that in asp.net I've got the CommandName property of the button, called from the event of the clicking on the DataGrid. I want to do the exact same thing in my Windows application.