Click here to Skip to main content
16,009,318 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
There are a TexetBox and 2 ComboBoxes ، when i write in the TexeBox will Filter Data By Name and when chose from the ComboBoxes add filtering to previous filter

i upload the example here :
http://www.mediafire.com/download/y5cw3wv76bhx4mf/LINQ_Filter.zip[^]
Posted
Comments
Kenneth Haugland 31-Jan-15 15:34pm    
Use Predicate to custom filer the elements in a Combobox:
http://www.codeproject.com/Articles/114931/Understanding-Predicate-Delegates-in-C
Ahmed Dabas 31-Jan-15 15:50pm    
hi , i'm Beginner in linq
please can u apply this on my example please ?
Kenneth Haugland 31-Jan-15 16:36pm    
Try method #1 in the link I posted
Ahmed Dabas 31-Jan-15 23:23pm    
i'm using a stored procedure as a datasoure of the DataGridView
is method 1 will work with this case ??

some thing else , how can i use more one filtering method added to the previous filter

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900