Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. include file in aspx page from codebehind file.

include file in aspx page from codebehind file.

Scheduled Pinned Locked Moved ASP.NET
question
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    adkalavadia
    wrote on last edited by
    #1

    hi.... i m going to make assembler page. In this page i want to read url on page load method and as per parameter. ex. if URL is http://mysite/assembler.aspx?pgname=aboutas then "aboutus.aspx" page will be load on assembler page's div tag. how can i include "aboutus.aspx" page through code behind file at assembler.aspx pages div? thnks in advance.

    !- F - R - I - E - N - D - S -!

    R N 2 Replies Last reply
    0
    • A adkalavadia

      hi.... i m going to make assembler page. In this page i want to read url on page load method and as per parameter. ex. if URL is http://mysite/assembler.aspx?pgname=aboutas then "aboutus.aspx" page will be load on assembler page's div tag. how can i include "aboutus.aspx" page through code behind file at assembler.aspx pages div? thnks in advance.

      !- F - R - I - E - N - D - S -!

      R Offline
      R Offline
      r a m e s h
      wrote on last edited by
      #2

      Use IFrame instead of DIV.

      1 Reply Last reply
      0
      • A adkalavadia

        hi.... i m going to make assembler page. In this page i want to read url on page load method and as per parameter. ex. if URL is http://mysite/assembler.aspx?pgname=aboutas then "aboutus.aspx" page will be load on assembler page's div tag. how can i include "aboutus.aspx" page through code behind file at assembler.aspx pages div? thnks in advance.

        !- F - R - I - E - N - D - S -!

        N Offline
        N Offline
        N a v a n e e t h
        wrote on last edited by
        #3

        AFAIK, there is no way to load an ASPX page. Why don't you redirect to aboutus.aspx when the criteria matches? Another method is to create make aboutus as a web user control. Put a place holder inside the DIV tag and load the appropriate control to it depending on the condition. You need to use the LoadControl method for doing this. Something like, Control c = LoadControl("aboutus.ascx"); placeHolderId.Controls.Add(c); Hope that helps :)

        Navaneeth How to use google | Ask smart questions

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups