Torna al Thread

<asp:UpdatePanel ID="Up_partenze" runat="server"> <ContentTemplate> <table align="center" width="900" class="style5"> <tr> <td class="LabelIntestazione" bgcolor="#FFE3AA" style="text-align: center"> <asp:Label ID="Label28" runat="server" Font-Bold="True" Font-Names="Arial" Font-Size="8pt" ForeColor="Blue" Text="Gestione partenze"></asp:Label> </td> </tr> <tr> <td bgcolor="#FFE3AA" style="text-align: center"> <table style="width: auto;" align="center"> <tr> <td class="DalGiorno"> <asp:Label ID="Label31" runat="server" Font-Bold="True" Font-Names="Arial" Font-Size="8pt" ForeColor="#404040" Text="Data di partenza:"></asp:Label> </td> <td class="Date"> <asp:TextBox ID="txt_Data_Partenza" runat="server" AutoCompleteType="Disabled" Font-Size="8pt" ValidationGroup="Find_giorno" Width="80px" style="text-align: center"></asp:TextBox> <ajaxToolkit:MaskedEditExtender ID="txt_Data_Partenza_MaskedEditExtender" runat="server" CultureAMPMPlaceholder="" CultureCurrencySymbolPlaceholder="" CultureDateFormat="" CultureDatePlaceholder="" CultureDecimalPlaceholder="" CultureName="it-IT" CultureThousandsPlaceholder="" CultureTimePlaceholder="" Enabled="True" Mask="99/99/9999" MaskType="Date" TargetControlID="txt_Data_Partenza"> </ajaxToolkit:MaskedEditExtender> <ajaxToolkit:CalendarExtender ID="txt_Data_Partenza_CalendarExtender" runat="server" Enabled="True" Format="dd/MM/yyyy" PopupButtonID="img_data" TargetControlID="txt_Data_Partenza"> </ajaxToolkit:CalendarExtender> </td> <td class="ImgCalendar"> <asp:ImageButton ID="img_data" runat="server" ImageUrl="~/Immagini/Calendar_scheduleHS.png" /> </td> <td class="TDspazio"> </td> <td class="Button"> <asp:Button ID="bt_cerca" runat="server" Text="Ricerca" /> </td> </tr> </table> <br /> <table style="width:100%;"> <tr> <td width="250"> <asp:Label ID="lbl_Presenti" runat="server" Font-Bold="True" Font-Names="Arial" Font-Size="8pt" ForeColor="#404040" Text="Elenco presenti nella struttura al giorno: " ></asp:Label> </td> <td align="left" width="61"> <asp:Label ID="lbl_giorno_presenti" runat="server" Font-Bold="True" Font-Names="Arial" Font-Size="8pt" ForeColor="#404040" Text="01/01/1900"></asp:Label> </td> <td align="left" width="149"> <asp:Label ID="lbl_Presenti_Data_Lavoro" runat="server" Font-Bold="True" Font-Names="Arial" Font-Size="8pt" Text="(Nessuno)" ForeColor="#663300"></asp:Label> </td> <td width="250"> <asp:Label ID="lbl_Partiti" runat="server" Font-Bold="True" Font-Names="Arial" Font-Size="8pt" ForeColor="#404040" Text="Elenco partiti dalla struttura nel giorno: "></asp:Label> </td> <td align="left" width="61"> <asp:Label ID="lbl_giorno_partiti" runat="server" Font-Bold="True" Font-Names="Arial" Font-Size="8pt" ForeColor="#404040" Text="01/01/1900"></asp:Label> </td> <td align="left" width="149"> <asp:Label ID="lbl_Partiti_Data_Lavoro" runat="server" Font-Bold="True" Font-Names="Arial" Font-Size="8pt" Text="(Nessuno)" ForeColor="Red"></asp:Label> </td> </tr> <tr> <td colspan="3"> <asp:Panel ID="pan_Presenti" runat="server" Height="400px" ScrollBars="Vertical" Width="440px"> <!-- GRIGLIA PRESENTI --> <asp:GridView ID="gw_In_Albergo" runat="server" AutoGenerateColumns="False" BackColor="#FFE3AA" BorderColor="Tan" BorderWidth="1px" CellPadding="2" EmptyDataText="Nessun movimento visualizzato" Font-Bold="False" Font-Names="Arial" Font-Size="7pt" ForeColor="Black" GridLines="None" Width="420px" PageSize="15" style="text-align: left"> <FooterStyle BackColor="Tan" /> <SelectedRowStyle BackColor="DarkSlateBlue" ForeColor="GhostWhite" /> <PagerStyle BackColor="PaleGoldenrod" ForeColor="DarkSlateBlue" HorizontalAlign="Center" /> <HeaderStyle BackColor="#A55129" Font-Bold="False" ForeColor="White"/> <AlternatingRowStyle BackColor="#EBF7FC" /> <Columns> <asp:TemplateField> <ItemTemplate> <asp:CheckBox ID="chk_Seleziona_Schedina" runat="server" AutoPostBack="true" OnCheckedChanged="chk_Seleziona_Schedina_OnCheckedChanged"/> </ItemTemplate> </asp:TemplateField> <asp:TemplateField> <ItemTemplate> <asp:Image ID="Image4" runat="server" ImageUrl="~/Immagini/kuser.png" /> </ItemTemplate> </asp:TemplateField> <asp:BoundField DataField="Cognome" HeaderText="Cognome" /> <asp:BoundField DataField="Nome" HeaderText="Nome" /> <asp:BoundField DataField="DataArrivo" HeaderText="Arrivo" /> <asp:BoundField DataField="DataPartenza" HeaderText="Partenza" /> <asp:BoundField DataField="ProvinciaResidenzaDescrizione" HeaderText="Provincia" /> <asp:BoundField DataField="StatoResidenzaDescrizione" HeaderText="Regione/Nazione" /> </Columns> </asp:GridView> </asp:Panel> </td> <td colspan="3"> <asp:Panel ID="pan_Partiti_Oggi" runat="server" Height="400px" ScrollBars="Vertical" Width="430px"> <asp:GridView ID="gw_Partiti_Oggi" runat="server" CellPadding="2" Font-Bold="False" Font-Names="Arial" Font-Size="7pt" ForeColor="Black" GridLines="None" AutoGenerateColumns="False" Width="410px" EmptyDataText="Nessun movimento visualizzato" BackColor="#FFE3AA" BorderColor="Tan" BorderWidth="1px" PageSize="15" style="text-align: left"> <FooterStyle BackColor="Tan" /> <SelectedRowStyle BackColor="DarkSlateBlue" ForeColor="GhostWhite" /> <PagerStyle BackColor="PaleGoldenrod" ForeColor="DarkSlateBlue" HorizontalAlign="Center" /> <HeaderStyle BackColor="#A55129" Font-Bold="True" ForeColor="White"/> <AlternatingRowStyle BackColor="#EBF7FC" /> <Columns> <asp:TemplateField> <ItemTemplate> <asp:CheckBox ID="chk_Seleziona_Ripristinati" runat="server" /> </ItemTemplate> </asp:TemplateField> <asp:TemplateField> <ItemTemplate> <asp:Image ID="Image5" runat="server" ImageUrl="~/Immagini/kuser.png" /> </ItemTemplate> </asp:TemplateField> <asp:BoundField DataField="Cognome" HeaderText="Cognome" /> <asp:BoundField DataField="Nome" HeaderText="Nome" /> <asp:BoundField DataField="DataArrivo" HeaderText="Arrivo" Visible="False" /> <asp:BoundField DataField="DataPartenza" HeaderText="Partenza" /> <asp:BoundField DataField="ProvinciaResidenzaDescrizione" HeaderText="Provincia" /> <asp:BoundField DataField="StatoResidenzaDescrizione" HeaderText="Regione/Nazione" /> </Columns> </asp:GridView> </asp:Panel> </td> </tr> <tr> <td align="left" colspan="2"> <asp:Button ID="cb_Seleziona" runat="server" Font-Size="7pt" Text="Seleziona Tutti" style="font-size: 8pt" /> &nbsp;<asp:Button ID="cb_Deseleziona" runat="server" Font-Size="7pt" Text="Deseleziona Tutti" style="font-size: 8pt" /> </td> <td> <asp:Button ID="bt_Invia" runat="server" Font-Size="8pt" OnClick="bt_Invia_Click" Text="Esegui partenza/e" /> </td> <td align="left" colspan="2"> <asp:Button ID="cb_Seleziona_Ripristina" runat="server" Font-Size="8pt" Text="Seleziona Tutti" Font-Names="Arial" style="font-size: 8pt" /> &nbsp;<asp:Button ID="cb_Deseleziona_Ripristina" runat="server" Font-Size="8pt" Text="Deseleziona Tutti" Font-Names="Arial" style="font-size: 8pt" /> </td> <td> <asp:Button ID="bt_Ripristina" runat="server" Text="Ripristina partiti" OnClick="bt_Ripristina_Click" Font-Size="8pt" Font-Names="Arial" /> </td> </tr> </table> <br /> </td> </tr> </table> </ContentTemplate> <Triggers> <asp:AsyncPostBackTrigger ControlID="gw_Partiti_Oggi" EventName="RowDataBound" /> </Triggers> </asp:UpdatePanel>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5