Results 1 to 4 of 4

Thread: Calling ASP.net pages

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Location
    England
    Posts
    135

    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.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    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.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Location
    England
    Posts
    135

    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.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    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
  •  



Click Here to Expand Forum to Full Width