您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->某高校团委在线报名系统源码>>user_list.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:某高校团委在线报名系统源码
当前文件:文件类型 TuanWeiBaoMing/user_list.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="user_list.aspx.cs" Inherits="user_list" Title=" 报名列表" %> 2<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 3 <div style="text-align: center"> 4 <table border="0" cellpadding="0" cellspacing="0" width="100%"> 5 <tr> 6 <td> 7 <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4" DataSourceID="db_list_info" ForeColor="Black" GridLines="Vertical" Width="100%" AllowPaging="True" BackColor="White" BorderColor="#DEDFDE" BorderStyle="None" BorderWidth="1px"> 8 <FooterStyle BackColor="#CCCC99" /> 9 <Columns> 10 <asp:BoundField DataField="aihao" HeaderText="申报部门" SortExpression="aihao" /> 11 <asp:BoundField DataField="xingming" HeaderText="姓  名" SortExpression="xingming" /> 12 <asp:BoundField DataField="xingbie" HeaderText="性  别" SortExpression="xingbie" /> 13 <asp:BoundField DataField="nianling" HeaderText="专业班级" SortExpression="nianling" /> 14 </Columns> 15 <RowStyle BackColor="#F7F7DE" /> 16 <SelectedRowStyle BackColor="#CE5D5A" Font-Bold="True" ForeColor="White" /> 17 <PagerStyle BackColor="#F7F7DE" ForeColor="Black" HorizontalAlign="Right" /> 18 <HeaderStyle BackColor="#6B696B" Font-Bold="True" ForeColor="White" /> 19 <AlternatingRowStyle BackColor="White" /> 20 </asp:GridView> 21 <asp:AccessDataSource ID="db_list_info" runat="server" DataFile="App_Data/itbm.mdb" 22 SelectCommand="SELECT [xingming], [aihao], [xingbie], [nianling], [dianhua], [liuyan] FROM [myliuyan]"></asp:AccessDataSource> 23 </td> 24 </tr> 25 </table> 26 </div> 27</asp:Content> 28 29
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:某高校团委在线报名系统源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号