Torna al Thread
<div id="pop" runat="server" ></div>
<asp:Panel ID="PnlPopDet" runat="server" >
<div id="divPop" runat="server" align="center" class="modalPopup" style="display:none;">
<asp:UpdatePanel ID="UpdPnlPop" runat="server" UpdateMode="Conditional" >
<ContentTemplate>
<asp:GridView id="GrVwPop" runat="server" Visible="false" Font-Names="Arial" Font-Size="9pt" Width="346px"
CellPadding="3" BorderWidth="1px" BorderColor="#CCCCCC" BackColor="White" DataKeyNames="id_coppia"
BorderStyle="None" AllowPaging="True" AutoGenerateColumns="False" Height="265px" ShowFooter="true" OnRowDataBound="GrVwPop_RowDataBound">
<FooterStyle BackColor="White" ForeColor="#000066" />
<RowStyle ForeColor="#000066" />
<Columns>
<asp:TemplateField ShowHeader="False">
<HeaderTemplate>
<asp:LinkButton ID="LnkBtnSel" runat="server" CommandName="CmdSel" Font-Names="Arial"
Font-Size="9pt" ForeColor="White" OnClick="LnkBtnSel_Click">Selez. Tutti</asp:LinkButton>
</HeaderTemplate>
<ItemTemplate>
<asp:CheckBox ID="ChkCpp" runat="server" OnCheckedChanged="ChkCpp_CheckedChanged" AutoPostBack="true" />
</ItemTemplate>
<ControlStyle Font-Names="Arial" Font-Size="8pt" ForeColor="Orange" />
</asp:TemplateField>
<asp:TemplateField HeaderText="Coppia" >
<ItemTemplate>
<strong>Nro. Archivio : </strong>
<asp:Label ID="LblId" runat="server" Text='<%# Bind("id_coppia") %>'></asp:Label><br />
<asp:Label ID="LblCogLu" runat="server" Text='<%# Bind("Cogno_Lu")%>'/> /
<asp:Label ID="LblCogLe" runat="server" Text='<%# Bind("Cogno_Le")%>'/>
</ItemTemplate>
<FooterTemplate>
<div>
<asp:LinkButton ID="LnkBtnSos" runat="server" ForeColor="Orange" OnClientClick="return verif_crs();" OnClick="LnkBtnSos_Click" >Sospendere</asp:LinkButton>
<asp:LinkButton ID="LnkBtnTog" runat="server" ForeColor="Red" OnClientClick="return verif_crs();" OnClick="LnkBtnTog_Click" >Togliere</asp:LinkButton>
</div>
</FooterTemplate>
<ItemStyle HorizontalAlign="Left" Width="200px" />
</asp:TemplateField>
</Columns>
<PagerStyle BackColor="White" Font-Size="9pt" ForeColor="#000066" HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#669999" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#006699" Font-Bold="True" Font-Size="10pt" ForeColor="White"
HorizontalAlign="Center" />
</asp:GridView>
<asp:Label ID="LblNoPop" runat="server" visible="false" Text="- DATI NON DISPONIBILI -" />
<asp:HiddenField ID="hdFldUsi" runat="server" Value="Des" />
</ContentTemplate>
</asp:UpdatePanel>
<asp:Button ID="BtnCancS" runat="server" Text="Annulla" Visible="True" />
</div>
</asp:Panel>
<cc1:ModalPopupExtender ID="MPE_pop" PopupDragHandleControlID="PnlPopDet" TargetControlID="Pop" runat="server" BackgroundCssClass="modalPopBackground" CancelControlID="BtnCancS" PopupControlID="divPop" DropShadow="true"/>