How to load another aspx page within a VB subroutine?

  • Thread starter Thread starter Oscar
  • Start date Start date
O

Oscar

What code do I need within VB to load another aspx page within the browser ?
 
Hi Jon,

in case I use Server.Execute("page2.aspx"), the browser loads page2 within
page1. So I see the content of both page 1 and page 2 in one window. I've
never seen such a messed window. I'd expected that page 1 would disappear
and only page 2 would be shown in the IE window. How can I solve this?

regards,
Oscar



Server.Execute("menuwrn.aspx")
 

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