Jump to content

How to open a page inside a page??Plz help

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
18 replies to this topic

#1
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,672 posts
Hi codecallers,
im working on an important virtual reality project at college ,and im using asp.Net with c#.
Im new to asp,i want to open an .Aspx page inside another page,similar to a browser control in windows applications and i cant find a way to do this.
Plz help

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,822 posts
You need to use an iFrame.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,672 posts
Is that a control?

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,822 posts
In order to create an ASP.NET page, you need to know HTML. An iFrame is a tag in HTML used to contain a separate web-page within the main web-page. ASP.NET development is a little different from regular .NET development, because the available constructs are different. While developing an ASP.NET page, you may have controls provided that correspond to HTML tags, but not necessarily.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,672 posts
Sounds like alot of further reading :)
thnx alot for ur help

#6
gaylo565

gaylo565

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 268 posts
Thats a quality answer:) +rep given for spreading some knowledge.

#7
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Is it true you can only run a .aspx page in IE?
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#8
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
No! That would be pointless, because a lot of web sites use ASPX, and a lot of people use Firefox. You can only run asp.net on windows servers, but you can view them on other browsers.

Microsoft ain't that stupid to make a web language, only work in IE. :D

#9
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,822 posts
ASPX can only be run under IIS. The output can be viewed with any browser that is compatible with the resulting HTML code.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#10
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
That's what I suspected. It can only be interpreted in Windows, but of course it can be viewed with any browser. I can't view .aspx pages on FF that I create, because I don't have a server running.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#11
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,672 posts
when i tried to host my aspx.net website, i went through hell
IIS severs with asp.net support are very rare and costs lots of money, but it works fine in the end
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript

#12
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
You can ask Winged. ;)
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums