AllExperts > Experts 
Search      

Active Server Pages Programming (ASP)

Volunteer
Answers to thousands of questions
 Home · More Questions · Answer Library  · Encyclopedia ·
More Active Server Pages Programming (ASP) Answers
Question Library

Ask a question about Active Server Pages Programming (ASP)
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
 
About Boster Sibande
Expertise
I can answer questions in the following areas: ASP.Net, VB.Net, C#.Net, Microsoft Access and SQL Server. These are the technologies I use in my day-to-day work. As such, I am very confident and happy to assist

Experience
I have two years experience with ASP.Net

Organizations
UNDP

Education/Credentials
Currently studying MSc. in IT

 
   

You are here:  Experts > Computing/Technology > Business Software > Active Server Pages Programming (ASP) > How to include aspx pages in ASP project

Topic: Active Server Pages Programming (ASP)



Expert: Boster Sibande
Date: 7/22/2006
Subject: How to include aspx pages in ASP project

Question
Hi,
I have a big ASP project. Now I want to include some pages which i have already created inaspx. So how to include those pages in my ASP project.
Thanks & Regards
Neha

Answer
Dear Neha,
You can include ASPX pages in an ASP project in two ways.
One, you can just create links to aspx pages from asp ones. The advantage is that IIS will serve both of them if you the .net framework.
Another way of including your aspx pages in asp is by using inline frames as follows:
<iframe src="mypage.aspx" scrolling="no" frameborder="0" width="100%" height="1000"></iframe> within the asp page.
So the asp page will show contents from asp and aspx in one window and the user will not notice.


Add to this Answer    Ask a Question



  Rate this Answer
   Was this answer helpful?
Not at allDefinitely              
   12345  

     
About Us | Advertise on This Site | User Agreement | Privacy Policy | Help
Copyright  © 2008 About, Inc. About and About.com are registered trademarks of About, Inc. The About logo is a trademark of About, Inc. All rights reserved.