Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB.net Form question

Status
Not open for further replies.

mldardy

Programmer
Joined
Dec 17, 2006
Messages
6
Location
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top