473,804 Members | 3,147 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

URGENT-- How to include asp pages in aspx page?


Hi,
am in trouble , please giv me some solution.
scenario is like this;
I have some asp pages and which are commerce server 2000 generated pages
and going further am adding one aspx page to the existing app which is
in asp.
Please suggest me how to go about including thses asp pages in aspx
page.

Any help or any pointers would be greatly appreciated!!!

thanks,
Tams

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #1
3 1650
Tams TS wrote:
Hi,
am in trouble , please giv me some solution.
scenario is like this;
I have some asp pages and which are commerce server 2000 generated
pages and going further am adding one aspx page to the existing app
which is in asp.
Please suggest me how to go about including thses asp pages in aspx
page.

Any help or any pointers would be greatly appreciated!!!

thanks,
Tams


You can just add asp pages to the (aspx) solution, they will still work.
BUT: don't expect to share session variables and such! (at least not without
significant work - there are examples on the net)

Hans Kesting

Nov 18 '05 #2
Thanks, but can i include asp page in aspx like how we include classical asp;
<!-- #INCLUDE FILE="include/catalog.asp" --> in any aspx file.

Please advice me on this how to go about....

thanks in advance.

"Hans Kesting" wrote:
Tams TS wrote:
Hi,
am in trouble , please giv me some solution.
scenario is like this;
I have some asp pages and which are commerce server 2000 generated
pages and going further am adding one aspx page to the existing app
which is in asp.
Please suggest me how to go about including thses asp pages in aspx
page.

Any help or any pointers would be greatly appreciated!!!

thanks,
Tams


You can just add asp pages to the (aspx) solution, they will still work.
BUT: don't expect to share session variables and such! (at least not without
significant work - there are examples on the net)

Hans Kesting

Nov 18 '05 #3
It'll probably be better if the asp file is put inside an iframe.

"pachuts" <pa*****@discus sions.microsoft .com> ¦b¶l¥ó
news:A1******** *************** ***********@mic rosoft.com ¤¤¼¶¼g...
Thanks, but can i include asp page in aspx like how we include classical asp; <!-- #INCLUDE FILE="include/catalog.asp" --> in any aspx file.

Please advice me on this how to go about....

thanks in advance.

"Hans Kesting" wrote:
Tams TS wrote:
Hi,
am in trouble , please giv me some solution.
scenario is like this;
I have some asp pages and which are commerce server 2000 generated
pages and going further am adding one aspx page to the existing app
which is in asp.
Please suggest me how to go about including thses asp pages in aspx
page.

Any help or any pointers would be greatly appreciated!!!

thanks,
Tams


You can just add asp pages to the (aspx) solution, they will still work.
BUT: don't expect to share session variables and such! (at least not without significant work - there are examples on the net)

Hans Kesting

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2215
by: Paul | last post by:
Title: What are the Consequences of Aspx page separate from app DLL Hi JL; I am working on a big asp.net application. When we migrate the dll (or dlls) to the production server, all users who are login into the application are pumped off. In fact we must close down the server (to preserve users from being logged on and thinking they are updating data when it is in fact lost when we move the dlls to the the applications bin directory)....
0
2302
by: Santa | last post by:
I am using Fritz Onion's "Asynchronous Pages" approach as mentioned in the article http://msdn.microsoft.com/msdnmag/issues/03/06/Threading/default.aspx to increase the performance of my ASPX page.I am using the Custom thread pool as given in the article's sample. Implementation: =============== In AsyncPage.aspx I inhereted AsyncPage class instead of System.Web.UI.Page. SyncPage.aspx is like any other Web page which inherits
0
1084
by: Thanasis \(sch\) | last post by:
hi to everyone, i run front page 2003 on windows xp professional (iis 5.1 installed) with net framework 1.1 and net framework service pack 1 installed. When i built a web site (on iis 5.1) using single ASP pages i can see include pages(either html or asp). However when i built the same web site using aspx pages i can not see include pages. I ' d like to notify that when i publish my site to my web host (which
3
9865
by: Tom | last post by:
Hi, I have an index.aspx page which includes top.aspx, left.aspx, main.aspx and bottom.aspx. In the left.aspx, there is a login web control - login.ascx. It keeps session of username and role after successful login and shows welcome user message and his shopping cart link.
4
1736
by: roger janssens via DotNetMonster.com | last post by:
hello all. i'm used to scripting in php. there, you just include(bla.php) and it works. so i have a template that defines my layout and stays the same forever, but in that file, there's a table that's filled in with other pages, header.php, footer.php, menubar.php, i was trying to do the same with .net, but every page i try to include has his own page directive (well, i need the code behind... so i can't just delete those page...
0
952
by: champ0007 | last post by:
Hi... I have an ASPX page which includes a CSS <meta http-equiv="Content-Type" content="text/html charset=windows-1252"> <META content="Microsoft Visual Studio .NET 7.1" name="GENERATOR"> <LINK href="/Web/Styles/style.css" type="text/css" rel="stylesheet"> <META content="Visual Basic .NET 7.1" name="CODE_LANGUAGE"> <META content="JavaScript" name="vs_defaultClientScript">
3
2088
by: Tego | last post by:
I have a main ASPX page that loads HTML pages into it. If the HTML page contains characters like the (R) registered or (C) or apostrophe then these characters are replaced (usualy with a question mark) or dropped. How can I retain these characters? Thanks for you help
5
8042
by: Chris Ashley | last post by:
Hi there, I need to include an ASPX page within an ASP page. Is this possible? EG: making-a-claim.asp is: <!-- #include file="top.asp" -->
2
2968
by: JB | last post by:
I have existing aspx pages that I'm editing in VS 2005 that I add a server control to - like a label. I include the runat="server" and it doesn't seem to create the reference in the code behind for it. Is there any way to have it automatically generate the code behind? Also - when I look in the .aspx.designer.cs file, there are lots of references to things that were there but have been deleted. Any thoughts?
0
9708
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9587
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10588
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10085
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9161
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7623
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6857
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4302
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3827
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.