Giorno ragazzi...
Per essere arrivato qui ho davvero bisogno di aiuto:
Vi spiego: Ho bisogno di passare un valore di un campo MYSQL (Che ho già sulla mia pagina aspx) ad un collegamento ipertestuale, per visualizzare un'immagine precedentemente caricata:
<div align=justify>
<asp:table id="TblDettagli" runat=server Width="890px">
<asp:TableRow>
<asp:TableCell Width="800px">
<asp: DetailsView AutoGenerateRows="False" ID="DetailsView1" runat="server" Height="400px" Width="800px" HeaderStyle-Width="100px" DataSourceID="SqlDataSource1" style="font-size: 14pt; font-family: 'Times New Roman'; background-color: transparent; text-align: left; " CaptionAlign="Left" HorizontalAlign="Center" BorderStyle="None" ForeColor="#D2D2E6" GridLines="None" HeaderStyle-Wrap="false">
<Fields>
<asp:BoundField DataField="ID" HeaderText="News Numero:" HeaderStyle-Height="15%" HeaderStyle-Width="20%" HeaderStyle-VerticalAlign=top ItemStyle-VerticalAlign="Top" />
<asp:BoundField DataField="DATA" HeaderText="Data e ora News:" HeaderStyle-Height="15%" HeaderStyle-VerticalAlign=top ItemStyle-VerticalAlign="Top" />
<asp:BoundField DataField="TITOLO" HeaderText="Titolo:" HeaderStyle-Height="15%" HeaderStyle-VerticalAlign=top ItemStyle-VerticalAlign="Top" />
<asp:BoundField DataField="NICKNAME" HeaderText="Scritta da...:" HeaderStyle-Height="15%" HeaderStyle-VerticalAlign=top ItemStyle-VerticalAlign="Top" />
<asp:BoundField DataField="NEWS" HeaderText="News:" HeaderStyle-Height="40%" HeaderStyle-VerticalAlign=top ItemStyle-VerticalAlign="Top" />
<asp:BoundField DataField="IMMAGINE" Visible="True" />
</Fields>
</asp: DetailsView>
</asp:TableCell>
<asp:TableCell Width="240px" VerticalAlign=top HorizontalAlign=Left>
<% Response.Write("[img]QUI_METTO_UNA_PARTE_DEL_LINK_STANDARD[/img] (MA_COME_LO_CONCATENO_ALLA_PARTE_DI_LINK_STANDARD? ) width='160px' height='150px' />")%>
</asp:TableCell>
</asp:TableRow>
</asp:table>
</div>
Paziente attendo un aiuto... Grazie in anticipo, continuo a scervellarmi!