I have a DropDownList with several options. I want the user to select an option and when the Next button is clicked, the page is redirected to its corresponding page.
ex. If the user chooses option A > Next button > Page A
if the user chooses option B > Next button > Page B
How exactly do I do this, please?
Update: There is only one DropDownList and one Next button