Click here to Skip to main content
15,891,833 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Example:

I have a combobox containing general categories, sample if i choose office supplies

the information regarding all office supplies will display to listbox

Please help me on how to code it in using LINQ

these is the tables:

genCategory ( gc_ID, genCategory) for general Category table
itemMaster (i_ID, gc_id, itemName, description, price) for item master


these is the example that i want to view if I choose from combobox a particular categories and display the info the i choose from combobox to listbox

i_ID, genCategory itemName description price
1 office supplies ballpen in box 14.00





thanks
Posted
Updated 31-May-12 22:16pm
v3
Comments
Simon_Whale 14-Aug-12 11:52am    
how are you storing the data in the application? or are you after help getting it from the database also using linq?

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