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

Can you please help me to filter a datagridview from the selection made in the combobox. Im using 3tier design approach for im calling code form my business layer.. please provide me with code and idea hiw i sholud go to work.
Posted

1 solution

This is beyond trivial. That you think we can give you copy and paste code, is scary. The code depends on your DB, for a start. Handle the combobox selection changed event, check what was selected, and pass the selection to the business layer as you rebind the datagridview.
 
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