Here's the scenario, I have this 2 dropdowns, and 1 textbox
dropdowns are : FirstName, LastName
textbox is : Email
here's the content for the FirstName and LastName dropdown:
FirstName - TestFName LastName - User1
TestFName1 User2
TestFName User3
If I choose TestFName in the dropdown, the LastName dropdown will have User1 and User3 as choices. and after choosing LastName value, the Email textbox will be populated with it's corresponding Email Address