including one aspx file in another aspx file

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default including one aspx file in another aspx file

    Is there a way is asp.net that I can include another aspx
    file ?. We can do this in asp by using include statement.

    vish Guest

  2. Similar Questions and Discussions

    1. Cannot Lock aspx File
      When I click on the Edit Page button, I receive the following error: Cannot lock the page to prevent other users from editing it. Please try...
    2. can't load File.aspx.cs in SSL
      Hello, I can upload (html & aspx) files to \SSL folder and they work ok ie: users enter https://myserver/ssl/File.aspx and SSL yellow lock...
    3. I need to run a vb.net or aspx.net file every 10 seconds.
      Hi, I need to run a vb.net or aspx.net file every 10 seconds. The Task Scheduler in Windows 2003 Server can only do it every 1 minute at the...
    4. Get Class from Aspx-File
      Hi, Is it possible to get the "ClassType" from a Filename to a .aspx file? I would like to access a class from an another page, knowing the...
    5. i can't run aspx file on IIS 5.1
      Are you getting an error or a page sourcecode printout? Try to reinstall the .NET Framework or run "aspnet_regiis -i" from the command line. --...
  3. #2

    Default Re: including one aspx file in another aspx file

    This could be something for you:

    [url]http://www.superdotnet.com/show_article.aspx?pkID=117[/url]

    Cheers
    /Cristian

    "vish" <vande@svb.com> wrote in message
    news:0cc001c34be2$ce4e5cc0$3501280a@phx.gbl...
    > Is there a way is asp.net that I can include another aspx
    > file ?. We can do this in asp by using include statement.
    >

    Cristian Suazo Guest

  4. #3

    Default Re: including one aspx file in another aspx file

    The most common replacement for old fashioned include files are the new web
    user controls.
    They basically are like object oriented include files on steroids.

    Here's more info:
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconintroductiontowebusercontrols.asp[/url]
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vboriwebusercontrols.asp[/url]
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconWebUserControlsVsCustomWebControls.asp[/url]

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "vish" <vande@svb.com> wrote in message
    news:0cc001c34be2$ce4e5cc0$3501280a@phx.gbl...
    > Is there a way is asp.net that I can include another aspx
    > file ?. We can do this in asp by using include statement.
    >

    Steve C. Orr, MCSD Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139