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
Hardik Patel
NA
378
467k
how to check null values in dataset?
Aug 17 2013 5:33 AM
how to check null values from dataset?
if ((ds != null) && (ds.Tables.Count != 0) && (ds.Tables[0].Rows.Count != 0) && (ds.Tables[0].Rows!=null))
i got a dataset from excel file
dataset
1. hardik
2.Mahesh
3. null
4.null
5.rajesh
i want to find that 3rd and 4th rows from dataset
Reply
Answers (
2
)
C# process output redirection
PageIndexChanging not working in Gridview