Listado de participantes

This commit is contained in:
Daniel Cortés
2019-12-12 14:48:02 -03:00
parent 46f0abf143
commit ecfe04e1b8
3 changed files with 54 additions and 1 deletions

12
Universidad/listar.aspx Normal file
View File

@@ -0,0 +1,12 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/base_page.master" AutoEventWireup="true" CodeFile="listar.aspx.cs" Inherits="listar" %>
<asp:Content ID="Content1" ContentPlaceHolderID="header" runat="Server">
<title>Listar Participantes</title>
</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"/>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="script" runat="Server">
</asp:Content>