Hi All
I have managed to link to a PDF document from a hyperlink as follows:
<asp:HyperLink ID="hlkViewPDF" runat="server" Text="View the Proposal" Target="_blank" NavigateUrl="~/documents/Annual Proposal.pdf" ></asp:HyperLink>
Can anyone tell me how to do the same from an asp:ImageButton on a web app?
I have managed to link to a PDF document from a hyperlink as follows:
<asp:HyperLink ID="hlkViewPDF" runat="server" Text="View the Proposal" Target="_blank" NavigateUrl="~/documents/Annual Proposal.pdf" ></asp:HyperLink>
Can anyone tell me how to do the same from an asp:ImageButton on a web app?