Monday, March 12, 2012

Web Form Buttons

Hi, i'm new to this forum as well as asp.net. I'm programming in vb.net and want to use the web form buttons for my navigation. I have them set up as a user control right now, but i need to know how you get the buttons to link to urls, or future pages I plan on creating.
In other words I'm using the web form buttons as navigaton buttons and I need to know how to program them so they will jump from page to page.

ThanksIf I understand your correctly, you can use Response.Redirect("somepage.aspx").
Welcome to the ASP.NET forums, splender81.

Your question is answered inPerforming Page Navigation (Scenario 1) and(Scenario 2).

These are part of theQuickStart Tutorials, which you might want to run through. They are designed to walk you through ASP.NET's most fundamental concepts.

I hope this helps.
ok i'll give it a try. I had a feeling it was something really basic, but I have to start somewhere thanks.
Thanks. I'll check them out.

0 comments:

Post a Comment