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. Doubt about the path of the File?

Doubt about the path of the File?

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netcomquestion
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.
  • S Offline
    S Offline
    Subin Alex
    wrote on last edited by
    #1

    Hi, i am new to web programming, i've a doubt regarding the iframe in asp.net2.0; I created a project "XX.com" and ; a page named Default.aspx in the folder "one" and another page Default1.aspx in another folder "two" and the Default.aspx page contains an "iframe" When i tried to put the source of the iframe in the mark-up i.e two/Default1.aspx , but the "PickUrl" gave the path like this, If i upload the project with the above said path,will the iframe be able to access the Default1.aspx page ? When i tried to change the path to It showed the mark-up error "File not found err". Plz help to find out a solution

    L N 2 Replies Last reply
    0
    • S Subin Alex

      Hi, i am new to web programming, i've a doubt regarding the iframe in asp.net2.0; I created a project "XX.com" and ; a page named Default.aspx in the folder "one" and another page Default1.aspx in another folder "two" and the Default.aspx page contains an "iframe" When i tried to put the source of the iframe in the mark-up i.e two/Default1.aspx , but the "PickUrl" gave the path like this, If i upload the project with the above said path,will the iframe be able to access the Default1.aspx page ? When i tried to change the path to It showed the mark-up error "File not found err". Plz help to find out a solution

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      If the foloder 'two' is in the application root folder, then change src attrubute of the iframe like

      1 Reply Last reply
      0
      • S Subin Alex

        Hi, i am new to web programming, i've a doubt regarding the iframe in asp.net2.0; I created a project "XX.com" and ; a page named Default.aspx in the folder "one" and another page Default1.aspx in another folder "two" and the Default.aspx page contains an "iframe" When i tried to put the source of the iframe in the mark-up i.e two/Default1.aspx , but the "PickUrl" gave the path like this, If i upload the project with the above said path,will the iframe be able to access the Default1.aspx page ? When i tried to change the path to It showed the mark-up error "File not found err". Plz help to find out a solution

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

        Subin Alex wrote:

        regarding the iframe in asp.net2.0;

        IFrame is not an ASP.NET control.

        Subin Alex wrote:

        If i upload the project with the above said path,will the iframe be able to access the Default1.aspx page ?

        Use the path starts from root directory. Something like /two/Default1.aspx and it can be accessible from anywhere within the site.

        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