Open external page with my MasterPage design

  • Thread starter Thread starter .seb
  • Start date Start date
S

.seb

Hi, easy question...!
I have an app with my masterpage and all, but now I what to show and
external page in that "frame", where controlplaceholder is.
Let's say I want to show the google page in my app... is that
possible?, how?

TIA,
..seb
 
..seb said:
Hi, easy question...!
I have an app with my masterpage and all, but now I what to show and
external page in that "frame", where controlplaceholder is.
Let's say I want to show the google page in my app... is that
possible?, how?

TIA,
.seb

It seems to me the only way to do this is to create a frame in your
content page linking to the google page. I'm pretty sure you can't do
by setting the MasterPage directive for the page (that would be the
usual to use the MasterPage) as you are not directly serving up the
google pages and can't alter their content.

I'm pretty much an ASP.NET novice myself, but I'm sure this is correct.


Thanks,
Crazy
 
Back
Top