|
-
Oct 20th, 2004, 03:34 AM
#1
Thread Starter
Addicted Member
Calling ASP.net pages
Hi,
This may be a totally stupid question, but...
Can you call an ASPX page from an ASP page. Basically I have an intranet which is ASP but I have one page which uses ASP.net to generate baarcodes.
I dont really want to change everything to ASP.net, so is there any way of calling the ASP.net page from ASP or do I have to re-write the ASP page?
Any help would be much appreciated,
Cheers,
Sparky.
-
Oct 20th, 2004, 04:08 AM
#2
I don't understand what you mean by "calling", but you can simply response.Redirect to that page. If you want to pass it values, simply put that aspx page in the form's action attribute.
-
Oct 20th, 2004, 04:19 AM
#3
Thread Starter
Addicted Member
Explanation
Hi thanks for the reply,
What I want to know is whether you can use the ASP.net page inside the ASP page, so that I can do that rather than re-write all my ASP pages.
Basically the ASP.net page is all pre-written and I just wondered whether there was anyway of doing that.
But I might be completely mad.
Sparky.
-
Oct 20th, 2004, 05:18 AM
#4
Why would you want to use it INSIDE your ASP page? Do you want to include it or put it in an IFRAME? Why not just redirect the browser to that page?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|