Retrieve data in text box using the combo box value

saran_tvmalai

New member
Joined
Feb 25, 2010
Messages
1
Programming Experience
Beginner
i populate the emp id in combo box . if am select the id i need to display the others datas in the text box. how the code?

I have employee_id 1000,1001,1002,1003,1004... likewise. And my other fields are employee_name,employee_age,employee_mobile likewise.,.

what i need now is i get a employee_id in combo box. if i select the employee_id in combo box in the below text boxes i want to display the other fields like employee_name,employee_age,employee_mobile..

how should i do ?
 
Last edited by a moderator:
Back
Top