i want to get rows that are common in two datatable inside dataset into another data table.
column in both datatable is User_ID..
1st datatable(User_ID)
values are-4,5,6,7,8,11,13
2nd datatable(User_ID,msg)
values-{4,abc},{5,sdf},{6,rty},{13,poik},{15,fgh},{17,rfjfjf}
i need third datatable which must contain {4,abc},{5,sdf},{6,rty},{13,poik} only since only 4 field is common in both datatable.
plz tell how to retrieve these values