473,398 Members | 2,165 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

From ASP call ASPX

I have an old asp appliction.
I have to add some new pages to it.

I wanted to code the new pages in asp.net.

Is it possible to call aspx page from asp page.
I mean say I have a button in asp page. On click of the button it should
bring up the aspx page.

Thank you
Kiran Math
Jul 19 '05 #1
3 1703
sure, but these two pages will not be able to interact (session/application
etc).
But you can easily point one to the other, and even use the QueryString if
need be.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Kiran Math" <ki*******@hotmail.com> wrote in message
news:ua**************@TK2MSFTNGP11.phx.gbl...
I have an old asp appliction.
I have to add some new pages to it.

I wanted to code the new pages in asp.net.

Is it possible to call aspx page from asp page.
I mean say I have a button in asp page. On click of the button it should
bring up the aspx page.

Thank you
Kiran Math

Jul 19 '05 #2
Curt,
Thanks Curt for a quick reply.

Where should the aspx files be located. In the sperate virutual directory or
same virtual directory where asp files are located. I mean which one is
better?
How do I achieve state management between asp and aspx files.

Thanks
KM

Jul 19 '05 #3
You're not going to get any state management between them. That's the
pitfall.
Personally I'd convert the whole app to .NET or leave the whole thing as
classic ASP, don't mix unless you absolutely have to.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Kiran Math" <ki*******@hotmail.com> wrote in message
news:OD**************@TK2MSFTNGP09.phx.gbl...
Curt,
Thanks Curt for a quick reply.

Where should the aspx files be located. In the sperate virutual directory or same virtual directory where asp files are located. I mean which one is
better?
How do I achieve state management between asp and aspx files.

Thanks
KM

Jul 19 '05 #4

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

Similar topics

2
by: moondaddy | last post by:
I'm using vb.net and have an aspx page where I want to call a function in the code behind to do something on the backend and I want to call this function from a jscript function in the aspx page. ...
10
by: bienwell | last post by:
Hi, I have a question about file included in ASP.NET. I have a file that includes all the Sub functions (e.g FileFunct.vb). One of the functions in this file is : Sub TestFunct(ByVal...
13
by: Metallicraft | last post by:
I have a vb6 application. On the main form is a picture box with one or two images and several pieces of text displayed in it. These are created on the fly using gdi32 routines that are all in a...
2
by: mharness | last post by:
Hello, I've tried a number of examples showing how to read the properties of a user control from an aspx file where the code is on the html view of the form but I can't figure out how to read...
1
by: Anonieko | last post by:
Here are some of the approaches. 1. Transform DataGrid http://www.dotnetjohn.com/articles.aspx?articleid=36 3. Use the Export approach ...
2
by: Ravi | last post by:
Hi, I am trying to call an aspx page from an htm file. I have written something like this in my htm file <script src="Test.aspx"></script? The Test.aspx page should call a javascript function...
13
by: Bob Jones | last post by:
Here is my situation: I have an aspx file stored in a resource file. All of the C# code is written inline via <script runat="server"tags. Let's call this page B. I also have page A that contains...
25
by: Blasting Cap | last post by:
I keep getting errors that pop up when I am trying to convert an application from dotnet framework 1.1 to framework 2.0. The old project was saved in sourcesafe from Visual Studio 2003, and I have...
1
by: Mike | last post by:
I have an web page (page1.aspx) that has a method in the code behind that I want to call from another page. Is this possible to do? The method resides in the page1.aspx.cs file, its a public...
7
by: =?Utf-8?B?UVNJRGV2ZWxvcGVy?= | last post by:
I have a C# logging assembly with a static constructor and methods that is called from another C# Assembly that is used as a COM interface for a VB6 Application. Ideally I need to build a file...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...
0
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...

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.