Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
How to check whether a data table exists in data set?
Fareeda Hussain
7y
193
1
Reply
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
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Asp.net MVC Developer
MVC 5 - viewmodel object not binding view issue.