How to display data from database using selected value from combo list? (ASP)?

lily

New member
Hi there,

Does anyone know how to retrieve and display data from database using the selected value from combo list? What I mean is this..I have a form..in the form there is a combo list and two textfields..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.
I'm using ASP
 
Back
Top