Torna al Thread

<body> <form id="form1" runat="server"> <div> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <table style="width:100%;"> <tr> <td style="text-align: center"> <asp:Image ID="Image1" runat="server" ImageUrl="~/Immagini/HotelManager.jpg" Width="290px" /> <hr width="800" /> <table style="width:100%;"> <tr> <td> &nbsp;</td> <td style="text-align: center" class="style2"> <asp:Label ID="Throbber" runat="server" Style="display: none"> <img src="immagini/indicator.gif" align="middle" alt="loading" /> </asp:Label> </td> <td> &nbsp;</td> </tr> <tr> <td> &nbsp;</td> <td class="style2"> <asp:Label ID="lblStatus" runat="server" Font-Bold="True" Font-Names="Verdana" Font-Size="8pt" Text="Stato trasferimento: in attesa"></asp:Label> </td> <td> &nbsp;</td> </tr> <tr> <td> &nbsp;</td> <td class="style2"> &nbsp;</td> <td> &nbsp;</td> </tr> </table> <asp:Label ID="Label1" runat="server" BackColor="#FFE3AA" BorderColor="#996633" BorderStyle="Double" Font-Bold="True" Font-Names="Verdana" Font-Size="10pt" ForeColor="#CC3300" Text="Caricamento file c59 da gestionali esterni" Visible="False"></asp:Label> <br /> <br /> </td> </tr> <tr> <td style="text-align: center"> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:FileUpload ID="FileUpload1" runat="server" /> <br /> <asp:Button ID="Button1" runat="server" Text="Button" /> </ContentTemplate> <Triggers> <asp:PostBackTrigger ControlID="Button1" /> </Triggers> </asp:UpdatePanel> </td> </tr> </table> <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1" DisplayAfter="1000"> <ProgressTemplate> <asp:Image ID="Image2" runat="server" Height="104px" ImageUrl="~/Immagini/Progress/ajax-loader.gif" Width="110px" /> </ProgressTemplate> </asp:UpdateProgress> <br /> </div> </form> </body>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5