I created a form in Visual Studio where you can choose 4 choices in a radio button list. When you click the first choice in the radio button list it brings up the next question(sort of like a Checked Event) right below the list at the top of page and continues on down the page. If I choose the second choice in the radio button list, the next list doesn't show at the top but instead in the middle of the form. My question is how do I get the information to show at the top of the page no matter which of the 4 I choose from the radio button list. I tried using FlowLayout and asp tables but it didn't work or maybe I missed something. Hopefully this makes sense to someone.