Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Friends,

I need a sample program to do the following.
Textbox change event to filter datagridview in c# with 3-tier architecture.

Thanks in advance.
Posted
Updated 18-Jun-15 22:01pm
v2
Comments
Sinisa Hajnal 19-Jun-15 6:32am    
What have you tried? There are easily found tutorials / examples.
NALAM1 19-Jun-15 7:48am    
can you give that links. i searched but not found any suitable.
Nathan Minier 19-Jun-15 7:16am    
Web or native application?
Context is king.
NALAM1 19-Jun-15 7:47am    
Desktop
Nathan Minier 19-Jun-15 7:58am    
Not really my area, but google popped up a relevant result, Check the accepted answer at:
http://stackoverflow.com/questions/5843537/filtering-datagridview-without-changing-datasource

1 solution

Convert the datasource of Datalist into DataTable, now we can use select command and return a data view on text changed event of textbox
 
Share this answer
 

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