TFS_ANTIGUO/ControlGestiones/Sistema CGC/Gestion.UI/Servicios/ServiciosBusquedaGeneralResultados.aspx
asaenz d1acfe3500 Solucion inicial
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C549
2022-06-16 14:35:51 +00:00

43 lines
2.7 KiB
Text

<%@ Page Language="C#" MasterPageFile="~/_paginasmaestro/MasterPage.master" AutoEventWireup="true" CodeFile="ServiciosBusquedaGeneralResultados.aspx.cs" Inherits="ServiciosBusquedaGeneralResultados" Title="Servicios asociados a la búsqueda de recibos" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ctphPrincipal" Runat="Server">
<table class="tablaPrinc">
<tr>
<td class="titleTablaPrinc">
<asp:Label ID="lbDatosCliente" runat="server" Text="Servicios asociados a la búsqueda"
ToolTip="Muestra los resultados sobre los recibos asociados a un servicio"></asp:Label></td>
</tr>
<tr>
<td class="formatoGrid">
<asp:GridView ID="gridNotas" runat="server" AutoGenerateColumns="False" CellPadding="4"
CssClass="tablar" ForeColor="#333333" GridLines="None" OnSelectedIndexChanged="gridRecibos_SelectedIndexChanged"
PageSize="100" Style="border-right: #000000 1px solid; border-top: #000000 1px solid;
margin-top: 20px; border-left: #000000 1px solid; border-bottom: #000000 1px solid"
ToolTip="Resultados obtenidos" Width="409px">
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundField DataField="Num. Servicio" HeaderText="Num. Servicio">
<ItemStyle HorizontalAlign="Center" />
</asp:BoundField>
<asp:BoundField DataField="ID Cliente" DataFormatString="{0:N}" HeaderText="ID Cliente">
<ItemStyle HorizontalAlign="Center" />
<HeaderStyle HorizontalAlign="Center" />
<FooterStyle HorizontalAlign="Center" />
</asp:BoundField>
<asp:BoundField DataField="Estado" HeaderText="Estado">
<ItemStyle HorizontalAlign="Center" />
</asp:BoundField>
<asp:BoundField DataField="Datos" HeaderText="Datos" />
</Columns>
<RowStyle BackColor="#EFF3FB" />
<EditRowStyle BackColor="#2461BF" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
<br />
</td>
</tr>
</table>
</asp:Content>