您目前尚未登陆,请选择【登陆】或【注册
首页->会员交友->网博直销系统软件源码>>admin/cxjj_hy.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:网博直销系统软件源码
当前文件:文件类型 WangBoDirect/admin/cxjj_hy.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="cxjj_hy.aspx.cs" Inherits="admin_cxjj_hy" %> 2 3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5<html xmlns="http://www.w3.org/1999/xhtml" > 6<head runat="server"> 7 <title>无标题页作者QQ:405098219 8 9联系电话:13518884166 10</TITLE> 11 <link href="../include/e1.css" rel="stylesheet" type="text/css" /> 12</head> 13<body> 14 <form id="form1" runat="server"> 15 <asp:GridView ID="GridView1" AllowPaging=True PageSize=15 OnPageIndexChanging="GridView1_PageIndexChanging" runat="server" AutoGenerateColumns="False" BorderWidth="0px" Width="100%"> 16 <Columns> 17 <asp:TemplateField> 18 <HeaderTemplate> 19 <table align="center" bgcolor="#AAAAAA" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td> 20 <TABLE width=100% align=center border="0" cellpadding="5" cellspacing="0"> <tr class="td3"> 21 <td > <font color="#FFFFFF">序列号</font></td> 22 <td > <font color="#FFFFFF">会员姓名</font></td> 23 <td> <font color="#FFFFFF">会员编号</font></td> 24 <td > <font color="#FFFFFF">联络电话</font></td> 25 <td> <font color="#FFFFFF">加入时间</font></td> 26 <td> <font color="#FFFFFF">奖金记录</font></td> 27 </tr> 28 </HeaderTemplate> 29 <ItemTemplate> 30 31 <tr bgcolor=white> 32 <td ><%# DataBinder.Eval(Container.DataItem,"id").ToString() %> </td> 33 <td > <%# DataBinder.Eval(Container.DataItem,"webhww_hyxm").ToString() %></td> 34 <td><%# DataBinder.Eval(Container.DataItem,"webhww_hybh").ToString() %></td> 35 <td ><%# DataBinder.Eval(Container.DataItem, "webhww_lxdh").ToString()%></td> 36 <td><%# DataBinder.Eval(Container.DataItem, "webhww_jrsj").ToString()%></td> 37 <td> 38 <a href="cwgl.aspx?cid=<%# DataBinder.Eval(Container.DataItem, "id").ToString()%>"> 39 <img src="../Image/2.gif" width="15" height="15" border="0"> 40 </a> 41 </td> 42 </tr> 43 </ItemTemplate> 44 <FooterTemplate> 45 </table> 46 </td></tr></table> 47 </FooterTemplate> 48 </asp:TemplateField> 49 </Columns> <PagerSettings 50 Position=Bottom 51Mode = "NextPreviousFirstLast" 52FirstPageText = "第一页" 53 NextPageText="下一页" 54 PreviousPageText="上一页" 55LastPageText = "尾页"> 56</PagerSettings> 57 </asp:GridView> 58 59 </form> 60</body> 61</html> 62
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:网博直销系统软件源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号