Hi,
I have a download button a grid to allow the download of a file and I can't make it work.
I have the download on other page that works nice but in the grid I can't use it because it doesn't accept the code I used on the other page.
The code to the download is the following:
And I'm using the following HTML code to the download button:
I have a download button a grid to allow the download of a file and I can't make it work.
I have the download on other page that works nice but in the grid I can't use it because it doesn't accept the code I used on the other page.
The code to the download is the following:
Descarregar contedo
<a href="anexos/<%# Eval("NomeAnexo")%>" class="descarregarConteudo" title="Descarregar contedo"><img src="imagens/page_white_put.png" class="descarregarConteudo" /> </a>
And I'm using the following HTML code to the download button:
<
telerik:GridButtonColumn ButtonType="ImageButton" ImageUrl="~/imagens/page_white_put.png" ItemStyle-HorizontalAlign="Center" HeaderText="Descarregar" HeaderStyle-HorizontalAlign="Center" text="Descarregar contedo"></telerik:GridButtonColumn>
Does anyone knows how can I solve this problem?
Thanks!