VB.Net Webforms

  • Thread starter Thread starter Lee
  • Start date Start date
L

Lee

Ok simple question here,

How do I call one webform from another webform? Such as when the user clicks
on a link or button

Thanks

Lee
 
Lee said:
Ok simple question here,

How do I call one webform from another webform? Such as when the user clicks
on a link or button

Thanks

Lee
I assume you mean navigate to as opposed to call (or instantiate the
class)....Response.Redirect or Server.Transfer, the former is better to
use in my opinion.
 
Thanks that worked, I just want to use it to navigate though the pages.

Lee
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top