Admin_UserXianxi.aspx
资源名称:SunShine.rar [点击查看]
上传用户:tjxpgg
上传日期:2017-05-14
资源大小:2244k
文件大小:2k
源码类别:
SilverLight
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_UserXianxi.aspx.cs" Inherits="Admin_UserXianxi" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>用户详细信息</title>
- <link href="../css/mycss.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <asp:DetailsView ID="DetailsView1" runat="server" AutoGenerateRows="False" CellPadding="4"
- ForeColor="#333333" GridLines="None" Height="50px" OnItemUpdating="DetailsView1_ItemUpdating"
- OnModeChanging="DetailsView1_ModeChanging" Width="617px">
- <FooterStyle BackColor="#990000" Font-Bold="True" ForeColor="White" />
- <CommandRowStyle BackColor="#FFFFC0" Font-Bold="True" />
- <RowStyle BackColor="#FFFBD6" ForeColor="#333333" />
- <PagerStyle BackColor="#FFCC66" ForeColor="#333333" HorizontalAlign="Center" />
- <Fields>
- <asp:BoundField DataField="loginid" HeaderText="用户名" />
- <asp:BoundField DataField="loginpwd" HeaderText="登陆密码" />
- <asp:BoundField DataField="name" HeaderText="姓名" />
- <asp:BoundField DataField="address" HeaderText="地址" />
- <asp:BoundField DataField="Phone" HeaderText="电话" />
- <asp:BoundField DataField="id" HeaderText="用户编号" />
- <asp:BoundField DataField="mail" HeaderText="邮箱" />
- <asp:CommandField ShowEditButton="True" />
- </Fields>
- <FieldHeaderStyle BackColor="#FFFF99" Font-Bold="True" />
- <HeaderStyle BackColor="#990000" Font-Bold="True" ForeColor="White" />
- <AlternatingRowStyle BackColor="White" />
- </asp:DetailsView>
- </div>
- </form>
- </body>
- </html>