How to load another aspx page within a VB subroutine?

  • Thread starter Thread starter Oscar
  • Start date Start date
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")
 
Back
Top