Click here to Skip to main content
15,885,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How do I set value in textbox according to select the dropdown list?for example There are stored employee details in a xml file a jsp page contains a dropdown list which contains all employee id.when I will select any employee id there will the employee details in corresponding text boxes..but without any button click..I am using jsp & servlet
Posted

Go on by using "On Change" Event of dropdownlist from which you will get the selected value and hence can display details in the respective fields based on the selection
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900