المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : datagrid with a link button



C# Programming
03-29-2009, 06:22 AM
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?