Display data from database using selected value from combo list.. (ASP)
        Posted  
        
            by Daisy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Daisy
        
        
        
        Published on 2009-08-23T10:54:54Z
        Indexed on 
            2010/04/03
            19:03 UTC
        
        
        Read the original article
        Hit count: 261
        
asp
Hi,
Does anyone know how to retrieve and display data from database using combo list? What I mean is this..I have a form..in the form there is a combo list and two textfiels..the user need to choose their company using that combo list..once they have chose their company, the address and contact number of the company will be display in the next two textfields called CAddress and CContact..for example, if the user chose company ABC..how can I display the company ABC address and contact number in those textfields? Need help. Thanks.
© Stack Overflow or respective owner