Populating textboxes based on dropdown listbox selection
Hi everyone!
I need your help yet again. I have a web page with a listbox and five textboxes. I need for the page to do this: Once the user selects an option from the listbox, the textboxes populate with data relevant to the selection. For example, the listbox has a list of names and when the user picks a name, the textboxes below populate with the address, city, zip, phonenumber, and email address linked to that specific name.
Any ideas out there? Also, I would love some sample code. Thanks in advance. Enjoy your weekend.