datagrid with a link button
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am working on a datagrid with a link button. There are several rows that are displayed in the datagrid. The employeeId is the primary key which is the linkbutton also. When the user clicks on the datagrid I should show the details of that employee in another form. How can we do this?
-
Hi, I am working on a datagrid with a link button. There are several rows that are displayed in the datagrid. The employeeId is the primary key which is the linkbutton also. When the user clicks on the datagrid I should show the details of that employee in another form. How can we do this?