How to fire off a completely seperate .aspx page from within an .aspx web page.

  • Thread starter Thread starter S_K
  • Start date Start date
S

S_K

Hi,

I need to create and display a completely new and seperate web page
from within an existing web page. Response.Redirect("localhost....")
dosen't do it because I have a SINGLE web page when I need two
seperate web pages.

Any ideas?
 
Back
Top