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
Fareeda Hussain
NA
93
92.1k
How to check whether a data table exists in data set?
Mar 1 2017 2:47 AM
Hi
Can anybody help how to check whether a data table exists in data set .I have a code
if (ds.Tables.Contains("Tables[1]"))
{
dt =ds.Tables[1];
}
not working propertly
Reply
Answers (
1
)
Asp.net MVC Developer
MVC 5 - viewmodel object not binding view issue.