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
Koteswararao Mallisetti
NA
817
563.1k
datatable select method with boolean value
Aug 5 2010 8:15 AM
hai
i havae a datatable that is export table the first column name is select in this we put only true or false value i want filer all rows which have the select field value is true
i am writing the following code
Dim drs As DataRow() = exportDataTable.Select("select= True")
but it can return only one record but in my table nearly 12 record having the true value in that select field what is the problem....
Reply
Answers (
2
)
Pls Help
Custom Server Control