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
How to open a page inside a page??Plz help
Started by amrosama, Sep 04 2008 06:17 AM
18 replies to this topic
#1
Posted 04 September 2008 - 06:17 AM
|
|
|
#2
Posted 04 September 2008 - 09:06 AM
You need to use an iFrame.
#3
Posted 04 September 2008 - 09:19 AM
Is that a control?
#4
Posted 04 September 2008 - 12:00 PM
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.
#5
Posted 04 September 2008 - 12:11 PM
Sounds like alot of further reading :)
thnx alot for ur help
thnx alot for ur help
#6
Posted 04 September 2008 - 09:18 PM
Thats a quality answer:) +rep given for spreading some knowledge.
#8
Posted 07 September 2008 - 12:57 PM
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
Microsoft ain't that stupid to make a web language, only work in IE. :D
#9
Posted 08 September 2008 - 08:26 AM
ASPX can only be run under IIS. The output can be viewed with any browser that is compatible with the resulting HTML code.
#10
Posted 08 September 2008 - 08:27 AM
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.
#11
Posted 08 September 2008 - 09:04 AM
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
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


Sign In
Create Account


Back to top









