LINQ to SQL filter combobox output

Posted by Brendan on Stack Overflow See other posts from Stack Overflow or by Brendan
Published on 2010-06-11T02:10:53Z Indexed on 2010/06/11 2:12 UTC
Read the original article Hit count: 196

Filed under:
|

OK so I've got 2 tables for this instance, Users{UserID, Name}, Company{CompanyID, UserID, Name, Payrate}

i also have 2 combo boxes, first one is for Users which Displays Name, and the Value is UserID i need the second combobox to get the Names from the Company table, but only showing Companies that are relevant to the selected user. I cant work out how to get it to go...

Any ideas???

© Stack Overflow or respective owner

Related posts about c#

Related posts about linq-to-sql