I have a HyperlinkColumn that I want to completely hide the url from the client in both the browser and the code. I've got to prevent users from randomally trying other urls from the same folder to try to get other documents.
I am picturing that the HyperlinkColumn would instead of going to a url, fire off a server side funciton that gets the file and starts the download without showing the location to the client.
Any other solutions would be entertained as well.
I am picturing that the HyperlinkColumn would instead of going to a url, fire off a server side funciton that gets the file and starts the download without showing the location to the client.
Any other solutions would be entertained as well.