Here's the scenario: I have 2 dropdown lists on Page1 (List1, List2). Based on that selection, I want to populate a text field on Page2 with their values, after clicking an update button at the bottom of Page2. I use the click event on the button, but how do I get the actual values of each dropdown list on the previous page?