Hi, I have a dropdown list of employee ID's ... I want to be able to generate their name somewhere in the page once the employee choooses his/her ID.
EX. The name field is empty but once an Employee ID is chosen, the name for that ID will appear.
Emplyee ID [ dropdown ]
Name: ____________
All info is stored in a SQL database.
How do i do this ? thank you
EX. The name field is empty but once an Employee ID is chosen, the name for that ID will appear.
Emplyee ID [ dropdown ]
Name: ____________
All info is stored in a SQL database.
How do i do this ? thank you