Dataset1
col1 col2
—- —-
1 a
2 b
3 c
Dataset2
col1
—-
doctor
engineer
programmer
I want this in grid view like this
col1 col2 col3
—- —- —-
1 a doctor
2 b engineer
3 c Programmer
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In your case , you have no need to merge 2 DataTables
You can use linq instead.
Then , Bound it like.