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