I am Using a Application server for calling Oracle Reports and i have url to call the report when report is called the server convert it into pdf but when report contain large data it got a lot of time to load.I want to do in asp.net that when i call the report url it open the pdf file and copies it into the root of my web folder and next time when i call the url it open the pdf file and on back end loads the
Sir I want to call function on hyerplink in new tab please tell me solution for that
Sir According to My question i want to use multithreading to call one file from root directory and other to download on backend
You may use WebClient class.
VB
EDIT:
The first argument specify the location of source file. The second argument is a path of destination file. Use
Server.MapPath()method to get absolute path if you save it at root of web-app.Markup :
Code: