I have a list of articles on a Gridview/Datagrid control. If the client clicks on an article, then I know what the path and filename is - it refers to pdf files on the server application path.
I wish to bring up the pdf file into a preloaded control on the webpage, which I thought should be a label or text box control - I am not sure.
How would I stream the pdf file into such a control - and clear it when the client selects another article/pdf file.
I have previously streamed .txt files into label controls and think one might do the same with pdf files.
Thanks
I wish to bring up the pdf file into a preloaded control on the webpage, which I thought should be a label or text box control - I am not sure.
How would I stream the pdf file into such a control - and clear it when the client selects another article/pdf file.
I have previously streamed .txt files into label controls and think one might do the same with pdf files.
Thanks