Iframe Issue.
-
Hi.. I'm retrieving a word document from database and saving it in local path,after that showing it inside an iframe. when i run the application in localhost ,word document is shown properly. but when accessing from a virtual directory.iframe is not displayed. :( Please help me on this issue..
-
Hi.. I'm retrieving a word document from database and saving it in local path,after that showing it inside an iframe. when i run the application in localhost ,word document is shown properly. but when accessing from a virtual directory.iframe is not displayed. :( Please help me on this issue..
raghu.g wrote:
but when accessing from a virtual directory.iframe is not displayed.Frown
I guess this is related with the Path that you have used. Please Use Server.MapPath to locate the file.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
raghu.g wrote:
but when accessing from a virtual directory.iframe is not displayed.Frown
I guess this is related with the Path that you have used. Please Use Server.MapPath to locate the file.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
hi.. Thanks for your reply..I'm using server.mappath to retrieve the path. But the problem is same...and i'm showing the iframe inside update panel...please suggest me if there are any other ways to do this.. Thank you..
Did you checked that path ? Is that path is returning valid path for the file ? Please check View Source For the IFrame Content. It may give you some hints. Thanks !
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Did you checked that path ? Is that path is returning valid path for the file ? Please check View Source For the IFrame Content. It may give you some hints. Thanks !
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Sure. Let me know if you need any more help !! Thanks !:thumbsup:
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Sure. Let me know if you need any more help !! Thanks !:thumbsup:
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.