Sorry for this stupid question, If I have deleted the pdf file from my application folder Test , it is still can be viewed while running the project. So please can you advise me
from where would be that file coming from. I searched entire folder , I couldnot find that file, but it is still displaying.
Please help
filename = "~/test/generale.pdf"
Iframe1.Attributes["src"] = Page.ResolveUrl(filename) + "#toolbar=0&navpanes=0 "
Go to the complete details ...