Hello again, all:
So right now, using a datagrid, each pdf file is listed with its associated records:
<asp:HyperLinkColumn HeaderText="<font color=white>PDF</font>" DataNavigateUrlField="filename" DataNavigateUrlFormatString="downloadTracker.aspx?id={0}" DataTextField="filename" Target="_new" />
I want to be able to click on this pdf file called filename and have it open in an adobe reader.
I am so lost as to what to do. Can someone, please assist?
Thanks in advance
So right now, using a datagrid, each pdf file is listed with its associated records:
<asp:HyperLinkColumn HeaderText="<font color=white>PDF</font>" DataNavigateUrlField="filename" DataNavigateUrlFormatString="downloadTracker.aspx?id={0}" DataTextField="filename" Target="_new" />
I want to be able to click on this pdf file called filename and have it open in an adobe reader.
I am so lost as to what to do. Can someone, please assist?
Thanks in advance