Torna al Thread
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Panel ID="Panel1" runat="server" BorderStyle="Ridge" BorderColor="#0033CC"
BorderWidth="1px" Width="800px" DefaultButton="Btnconfermaversamento">
<div style="top:10px; left: 0px; position:fixed">
<asp:UpdateProgress ID="UpdateProgress1" runat="server"
AssociatedUpdatePanelID="UpdatePanel1" DisplayAfter="10">
<ProgressTemplate>
<table style="border-width: thin; border-style: double; height:30px; background-color: #CCCCFF; width: 257px;"
width="200">
<tr>
<td align="right">
<asp:Image ID="Image2" runat="server"
ImageUrl="~/Immagini/Progress/progressbar2.gif" Width="30px" />
</td>
<td align="left">
<asp:Label ID="Lbprogress" runat="server" Font-Bold="True" Font-Names="Arial"
Font-Size="8pt" ForeColor="#C00000" Text="Elaborazione in corso attendere..."
Width="190px"></asp:Label>
</td>
</tr>
</table>
<ajaxToolkit:AlwaysVisibleControlExtender ID="avc_Progresso" runat="server"
HorizontalOffset="130" HorizontalSide="center" TargetControlID="UpdateProgress1"
UseAnimation="True" VerticalSide="middle">
</ajaxToolkit:AlwaysVisibleControlExtender>
</ProgressTemplate>
</asp:UpdateProgress>
</div>
<table style="width: auto; padding:0px; margin:0px">
<tr>
<td style="width:auto; padding:0px; margin:0px">
<asp:Label ID="Label3" runat="server"
Text="Indicare il periodo della tassa ---> " Width="220px"></asp:Label>
</td>
<td style="width:auto; padding:0px; margin:0px">
<asp:Label ID="Label4" runat="server" Text="Dal giorno: "></asp:Label>
</td>
<td style="width:auto; padding:0px; margin:0px">
<asp:TextBox ID="data1" runat="server" AutoCompleteType="Disabled"
Font-Size="10pt" style="text-align: center"
width="80px"></asp:TextBox>
<ajaxToolkit:MaskedEditExtender ID="MaskedEditExtender1"
runat="server" CultureAMPMPlaceholder="" CultureCurrencySymbolPlaceholder=""
CultureDateFormat="" CultureDatePlaceholder="" CultureDecimalPlaceholder=""
CultureName="it-IT" CultureThousandsPlaceholder="" CultureTimePlaceholder=""
Enabled="True" Mask="99/99/9999" MaskType="Date"
TargetControlID="data1">
</ajaxToolkit:MaskedEditExtender>
<ajaxToolkit:CalendarExtender ID="CalendarExtender1"
runat="server" Enabled="True" Format="dd/MM/yyyy" PopupButtonID="ImageButton2"
TargetControlID="data1">
</ajaxToolkit:CalendarExtender>
</td>
<td style="width:auto; padding:0px; margin:0px">
<asp:ImageButton ID="ImageButton2" runat="server"
ImageUrl="~/Immagini/Calendar_scheduleHS.png" Visible="True" />
</td>
<td style="width:auto; padding:0px; margin:0px">
<asp:Label ID="Label5" runat="server" Text="Al giorno: "></asp:Label>
</td>
<td style="width:auto; padding:0px; margin:0px">
<asp:TextBox ID="data2" runat="server" AutoCompleteType="Disabled"
Font-Size="10pt" style="text-align: center"
Width="80px"></asp:TextBox>
<ajaxToolkit:MaskedEditExtender ID="MaskedEditExtender2"
runat="server" CultureAMPMPlaceholder="" CultureCurrencySymbolPlaceholder=""
CultureDateFormat="" CultureDatePlaceholder="" CultureDecimalPlaceholder=""
CultureName="it-IT" CultureThousandsPlaceholder="" CultureTimePlaceholder=""
Enabled="True" Mask="99/99/9999" MaskType="Date"
TargetControlID="data2">
</ajaxToolkit:MaskedEditExtender>
<ajaxToolkit:CalendarExtender ID="CalendarExtender2"
runat="server" Enabled="True" Format="dd/MM/yyyy" PopupButtonID="ImageButton3"
TargetControlID="data2">
</ajaxToolkit:CalendarExtender>
</td>
<td>
<asp:ImageButton ID="ImageButton3" runat="server"
ImageUrl="~/Immagini/Calendar_scheduleHS.png" Visible="True" />
</td>
</tr>
</table>
<table style="width: auto; padding: 0px; margin: 0px">
<tr>
<td style="width: auto; padding: 0px; margin: 0px">
<asp:Label ID="Label6" runat="server" Text="Numero CRO del versamento:"
Width="220px"></asp:Label>
</td>
<td style="width: auto; padding: 0px; margin: 0px">
<asp:TextBox ID="TxtCro" runat="server" MaxLength="30"
style="text-align: left" Width="200px"></asp:TextBox>
</td>
</tr>
</table>
<table style="width: auto; padding: 0px; margin: 0px">
<tr>
<td style="width: auto; padding: 0px; margin: 0px">
<asp:Label ID="Label7" runat="server" Text="Data di versamento:" Width="220px"></asp:Label>
</td>
<td style="width: auto; padding: 0px; margin: 0px">
<asp:TextBox ID="Txtdataversamento" runat="server" AutoCompleteType="Disabled"
Font-Size="10pt" style="text-align: center"
Width="80px"></asp:TextBox>
<ajaxToolkit:MaskedEditExtender ID="MaskedEditExtender3"
runat="server" CultureAMPMPlaceholder="" CultureCurrencySymbolPlaceholder=""
CultureDateFormat="" CultureDatePlaceholder="" CultureDecimalPlaceholder=""
CultureName="it-IT" CultureThousandsPlaceholder="" CultureTimePlaceholder=""
Enabled="True" Mask="99/99/9999" MaskType="Date"
TargetControlID="Txtdataversamento">
</ajaxToolkit:MaskedEditExtender>
<ajaxToolkit:CalendarExtender ID="CalendarExtender3"
runat="server" Enabled="True" Format="dd/MM/yyyy" PopupButtonID="ImageButton4"
TargetControlID="Txtdataversamento">
</ajaxToolkit:CalendarExtender>
</td>
<td style="width: auto; padding: 0px; margin: 0px">
<asp:ImageButton ID="ImageButton4" runat="server"
ImageUrl="~/Immagini/Calendar_scheduleHS.png" Visible="True" />
</td>
</tr>
</table>
<table style="width: auto; padding: 0px; margin: 0px">
<tr>
<td style="width: auto; padding: 0px; margin: 0px">
<asp:CheckBox ID="Chkconferma" runat="server"
Text="Confermo di aver provveduto al versamento della tassa di soggiorno nei termini indicati nel modulo di versamento."
Font-Size="Small" />
</td>
</tr>
</table>
<table style="width: auto; padding: 0px; margin: 0px">
<tr>
<td style="width: auto; padding: 0px; margin: 0px">
<asp:HiddenField ID="idpagamento" runat="server" />
<asp:HiddenField ID="modificarecord" runat="server" />
<asp:Button ID="Btnconfermaversamento" runat="server"
Text="Conferma versamento" />
</td>
</tr>
</table>
<div style="padding-top: 20px">
<asp:Label ID="Label8" runat="server" Text="Lista pagamenti effettuati:"></asp:Label>
</div>
<table style="width: auto; padding: 0px; margin: 0px">
<tr>
<td style="width: auto; padding: 0px; margin: 0px">
<asp:Label ID="Label9" runat="server" Text="Filtro ricerca anni:"></asp:Label>
</td>
<td style="width: auto; padding: 0px; margin: 0px">
<asp:DropDownList ID="lbanno" runat="server">
</asp:DropDownList>
</td>
<td style="width: auto; padding: 0px; margin: 0px">
<asp:Button ID="Btncerca" runat="server" Text="Cerca pagamenti" />
</td>
</tr>
</table>
<table style="width: auto; padding: 0px; margin: 0px">
<tr>
<td style="width: auto; padding: 0px; margin: 0px">
<asp:GridView ID="listapagamenti" runat="server" AllowPaging="True"
AutoGenerateColumns="False" CellPadding="4" EnableModelValidation="True"
Font-Names="Verdana" Font-Size="Small" ForeColor="#333333"
GridLines="Horizontal" PageSize="12"
style="font-family: Arial, Helvetica, sans-serif">
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
<Columns>
<asp:TemplateField InsertVisible="False" ShowHeader="False">
<ItemTemplate>
<asp:Button ID="Button1" runat="server" CausesValidation="False"
CommandName="Edit" Text="Modifica" />
<asp:Button ID="Button2" runat="server" CausesValidation="False"
CommandName="Delete" Text="Elimina" />
<ajaxToolkit:ConfirmButtonExtender ID="bt_Elimina_ConfirmButtonExtender"
runat="server" ConfirmText="Eliminare i record selezionati?" Enabled="True"
TargetControlID="Button2">
</ajaxToolkit:ConfirmButtonExtender>
</ItemTemplate>
<EditItemTemplate>
<asp:Button ID="Button1" runat="server" CausesValidation="True"
CommandName="Update" Text="" />
</EditItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="idpagamento" HeaderText="id" >
<HeaderStyle Width="0px" />
<ItemStyle Width="0px" />
</asp:BoundField>
<asp:BoundField DataField="Periodotassa" HeaderText="Periodo tassa versata">
<HeaderStyle HorizontalAlign="Left" />
</asp:BoundField>
<asp:BoundField DataField="nrcro" HeaderText="Nr. CRO">
<HeaderStyle HorizontalAlign="Left" />
</asp:BoundField>
<asp:BoundField DataField="dataversamento" HeaderText="Data versamento">
<HeaderStyle HorizontalAlign="Left" />
</asp:BoundField>
</Columns>
<EditRowStyle BackColor="#999999" />
<FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#5D7B9D" Font-Bold="False" ForeColor="White" />
<PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
<RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
<SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
</asp:GridView>
</td>
</tr>
</table>
</asp:Panel>
</ContentTemplate>
</asp:UpdatePanel>