Windows Form Problem
Sir
I have two Dataset naming Employee and Salary
Employee Dataset have three colomns coloumns ------------- Emp_id, Name, Address,
Salary Dataset have three more coloumns -------------------- Sal_id, Salary, Emp_id
in Employee Dataset Emp_id is parimary Key
in Salary Dataset Emp_id is Foreign Key
Now I want that both the dataset in Windows Form Employee Dataset in Details
and Salary Dataset in DatagridView.
that all things I done
Now what I required is when I select a Emp_id is 1
then in Datagridview they also show a detail of Emp_id is 1
I thing I clear my point.
and when you have any difficulty understanding this
please asked me
Please help me out in this
Thanks
Ashish
|