Hello,
Currently I have a form that displays data from a database in a datagrid. I've also managed to add a column of buttons to the datagrid.
What I want to do is: When the user clicks the button, the data from the corresponding row will be displayed in a textbox.
This seems simple enough, but I can't seem to double-click on the datagrid button and then code the click event like I can with normal buttons. Instead, it just selects the entire datagrid.
Can anyone show me how to implement this?
Thanks.
P.S. I'm using the Express version of VB.NET
Currently I have a form that displays data from a database in a datagrid. I've also managed to add a column of buttons to the datagrid.
What I want to do is: When the user clicks the button, the data from the corresponding row will be displayed in a textbox.
This seems simple enough, but I can't seem to double-click on the datagrid button and then code the click event like I can with normal buttons. Instead, it just selects the entire datagrid.
Can anyone show me how to implement this?
Thanks.
P.S. I'm using the Express version of VB.NET