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
Dinesh Santhalingam
NA
737
368.4k
data table to another data table
Jan 2 2017 12:00 AM
I have a data table .I want to copy some column to another data table .
data table
dt
=
new
data table();//Having four columns
data table
dtcopy
=
new
data table();//I want to copy the datatable dt first and last column to this data table
This is my data table(dt) column
Col1
col2
col3
col4
My result is:(dtcopy)
Col1
col4
Reply
Answers (
5
)
If list contain duplicate value then get total count - C#
convert data table to string array in c#