TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Feroz Khan
1.4k
300
91.4k
How to Merge Two Data Table in One DataTable in C#
Mar 15 2018 9:54 AM
Dear,
I want to Merge Two or Three DataTable in one DataTable with one Row but problem is i am trying below code for merge its working but data is coming like below.
dtPOS.Merge(dtTGT,false,MissingSchemaAction.Add);
dtPDA.Merge(dtIPOD,false,MissingSchemaAction.Add);
dtAll.Merge(dtPOS, false, MissingSchemaAction.Add);
dtAll.Merge(dtPDA, false, MissingSchemaAction.Add);
dtAll.AcceptChanges();
dataGridView7.DataSource = dtAll;
Result:
Reply
Answers (
4
)
Multi Threading in Asp.Net 4.5
windows 10 app development