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
Scale black
NA
7
0
Dataset rowfilter
Dec 6 2007 3:39 AM
I have a dataset filled with names (1 table 1 collumn),
I then loop trough the dataset and add all of them as tree nodes to a treeview.
Then i want to aply a rowfilter after the rowfilter is set i want to loop trough the filtered set,
But evertime i do it nothing gets filtered it just displays everthing in the dataset.
I'm guessing that its my loop but im not sure:
for(int i=0; i < dataset_filter.Tables[0].Rows.Count; i++)
Rowfilter:
dataset_filter.Tables[0].DefaultView.RowFilter = "filter='" + filter.Text + "%'";
Thanks!
Reply
Answers (
0
)
URGENT - Drawing between two controls / tables as in Access
filling a dropdownlist?