Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jun 07, 2011 03:20 PM by Jeev
Member
30 Points
14 Posts
Jun 07, 2011 02:39 PM|LINK
Is there a way to insert an .asp page into a .aspx page? I am trying to integrate a table from the asp page into the current aspx conversion of a mobile site. I am new to ASP and .NET; therefore, I am seeking ways to start. Thank you in advance for your help.
448 Points
90 Posts
Jun 07, 2011 03:14 PM|LINK
You can place an asp page in .aspx page using iFrame.
All-Star
24182 Points
3719 Posts
Jun 07, 2011 03:20 PM|LINK
You can use an iframe but then that defeats the whole purpose of conversion.
creativeedg1...
Member
30 Points
14 Posts
ASP page inside ASPX page = possible?
Jun 07, 2011 02:39 PM|LINK
Is there a way to insert an .asp page into a .aspx page? I am trying to integrate a table from the asp page into the current aspx conversion of a mobile site. I am new to ASP and .NET; therefore, I am seeking ways to start.
Thank you in advance for your help.
sreenivas.sk...
Member
448 Points
90 Posts
Re: ASP page inside ASPX page = possible?
Jun 07, 2011 03:14 PM|LINK
You can place an asp page in .aspx page using iFrame.
Mark it as answered if it helps for you...
Jeev
All-Star
24182 Points
3719 Posts
Re: ASP page inside ASPX page = possible?
Jun 07, 2011 03:20 PM|LINK
You can use an iframe but then that defeats the whole purpose of conversion.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you get the answer to your question, please mark it as the answer.