How to sequential filter/Select multiple combobox w/ just one DataSet
        Posted  
        
            by pee2002
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by pee2002
        
        
        
        Published on 2010-06-02T00:31:18Z
        Indexed on 
            2010/06/02
            0:33 UTC
        
        
        Read the original article
        Hit count: 678
        
Hi!
I´m communicating via webservices with the Server (where's installed the database) and the c# application. So, i dont have direct access with the database
Somehow, i receive a DataSet with 3 tables inside:

And would like to populate 3 combobox like this:

Which (as you already see) has a sequential logic. If i perhaps select "Gabicontas1" instead "Gabicontas" from the first combobox, the next ones has to change..
Can anyone help?
Regards
© Stack Overflow or respective owner