Torna al Thread

<tr> <td width="35%" class="TDdatiLabelPannello"><%= Resources.ResourcePanel.strFoto%></td> <td width="65%" class="TDdatiValuePannello"> <asp:AsyncFileUpload ID="AsyncFileUploadFoto" OnUploadedComplete ="UploadFoto" runat="server" UploaderStyle="Traditional" ThrobberID="Throbber" PersistFile="true" Visible="false" ClientIDMode="AutoID" /> <br /> <!-- label e immagine per animazione sull'upload... --> <asp:Label ID="Throbber" runat="server" Text="loading..." Style="display: none"> <img src="<%=ImgPath & "ANIprogress.gif"%>" align="middle" alt="loading..." /> </asp:Label> <br /> <asp:Label runat="server" ID="lblNomeFileCaricato" CssClass="TestiVerdiBIG" Text ='<%# Eval("Foto")%>' Visible="true" EnableViewState="true"></asp:Label> <br /><br /> <asp:Label runat="server" ID="lblUploadDescription" CssClass="TestiRossiMedi" Text ="" Visible="true" EnableViewState="true"></asp:Label> <br /><br /> <asp:Image ID="imgUpload" runat="server" ImageUrl='<%# ImgPath & Eval("Foto")%>' EnableViewState="true" /> </td> </tr>
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5