Torna al Thread

<table width="100%" cellspacing="1" cellpadding="0" class="TableBase" border="0"> <tr> <td width="100%" align ="center" valign="middle"> <ajax:UpdatePanel ID="UpdatePanelRicerca" runat="server" EnableViewState="true" UpdateMode ="Always"> <ContentTemplate> <!--valore z-index per floating = :100600--> <div style="position:fixed; left:50%; top:50%; z-index:auto; background-color:White; border-color:Gray; border:1px; border-style:solid; border-radius: 5px;"> <ajax:UpdateProgress ID="UpdPrgRicerca" runat="server" AssociatedUpdatePanelID="UpdatePanelRicerca"> <ProgressTemplate> <center> <br /> <img src="<%=ImgPath & "ANIprogress.gif"%>" border="0" alt="" /> <font class="TestiEvidenzaMedi"> <%=Resources.ResourceGenerali.strUpdateInProgress%> </font> </center> </ProgressTemplate> </ajax:UpdateProgress> </div> <asp:Panel ID="PanelRicerca" runat="server" Visible="true" DefaultButton="btnCerca"> <table width="100%" cellspacing="1" cellpadding="0" class="TableWhiteCenter"> <tr> <td width="100%" align="left" valign="middle" class="TableGrigia"> <asp:Label runat="server" ID="lblRicercaCosa" CssClass="TestiSecondariMedi" Text ='<%$Resources:ResourcePanel,strRicercaCampo %>' Visible="true"></asp:Label> <asp:DropDownList runat="server" ID="ddlCosaCercare" CssClass="ComboBoxChiare" EnableViewState="true" AutoPostBack="true"/> <asp:Label runat="server" ID="lblCheSiano" CssClass="TestiSecondariMedi" Text ='<%$Resources:ResourcePanel,strRicercaOperatore %>' Visible="true"></asp:Label> <asp:DropDownList runat="server" ID="ddlOperatore" CssClass="ComboBoxChiare" EnableViewState="true" AutoPostBack="true"/> <asp:Label runat="server" ID="lblTestoRicerca" CssClass="TestiSecondariMedi" Text ='<%$Resources:ResourcePanel,strRicercaTesto %>' Visible="true"></asp:Label> <asp:TextBox runat="server" ID="txtTestoDaCercare" Text="" CssClass="TDdatiValuePannelloBordato"></asp:TextBox> <!--DDL nascosta che si attiva nel caso sia necessaria la permutazione on the fly dei dati--> <asp:DropDownList ID="DDLPermutazioneCategoria" CssClass="ComboBoxChiare" runat="server" Visible="false" Enabled="true" ></asp:DropDownList> <asp:Button runat="server" ID="btnCerca" Text='<%$Resources:ResourcePanel,strRicercaCerca %>' CssClass="button_SpecialLittle" CommandName="Ricerca" ToolTip="<%$Resources:ResourceRicerca,strRicercaTraLeOfferteDesc %>"/> </td> </tr> </table> </asp:Panel> <asp:Label runat="server" ID="lblLabelNoRecords" CssClass="TableBoxRosso" Text ="<%$Resources:ResourceMsg, NessunRecord %>" Visible="false"></asp:Label> </ContentTemplate> </ajax:UpdatePanel> </td> </tr> </table>
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5