This commit is contained in:
Daniel Cortés
2019-12-12 15:08:38 -03:00
parent ecfe04e1b8
commit a96f34d0c9
6 changed files with 26 additions and 6 deletions

View File

@@ -5,7 +5,8 @@
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="content" runat="Server">
<h1>Participantes</h1>
<asp:GridView ID="participantes_grid" CssClass="table table-borderless table-striped table-hover" HeaderStyle-CssClass="thead-dark" OnRowDataBound="ParticipantesRowDataBound" runat="server"/>
<p><asp:Literal ID="empty_message" runat="server"/></p>
<asp:GridView ID="participantes_grid" CssClass="table table-borderless table-striped table-hover" HeaderStyle-CssClass="thead-primary" OnRowDataBound="ParticipantesRowDataBound" runat="server"/>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="script" runat="Server">
</asp:Content>