?? userinfo.aspx
字號:
?<%--文件名:UserInfo.aspx--%>
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="UserInfo.aspx.cs" Inherits="System_UserInfo" Title="當前位置:系統管理->修改用戶信息" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="font-size: 0.8em">
<tr>
<td style="width: 116px">
</td>
<td style="width: 332px; font-weight: bold; color: white; background-color: darkblue;" align="center">
修改用戶注冊信息</td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 116px; height: 140px">
</td>
<td style="width: 332px; height: 140px">
<asp:DetailsView ID="DetailsView1" runat="server" AutoGenerateRows="False" BackColor="White"
BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3"
DataSourceID="ObjectDataSource1" GridLines="Vertical" Height="1px" OnItemUpdating="DetailsView1_ItemUpdating"
Width="370px">
<FooterStyle BackColor="#CCCCCC" ForeColor="Black" />
<EditRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#EEEEEE" ForeColor="Black" />
<PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
<Fields>
<asp:BoundField DataField="ProviderName" HeaderText="提供程序名稱:" ReadOnly="True" SortExpression="ProviderName" />
<asp:CheckBoxField DataField="IsOnline" HeaderText="是否在線:" ReadOnly="True" SortExpression="IsOnline" />
<asp:BoundField DataField="LastPasswordChangedDate" HeaderText="密碼最近修改日期:" ReadOnly="True"
SortExpression="LastPasswordChangedDate" />
<asp:BoundField DataField="PasswordQuestion" HeaderText="提示問題:" ReadOnly="True" SortExpression="PasswordQuestion" />
<asp:CheckBoxField DataField="IsLockedOut" HeaderText="是否鎖定密碼:" ReadOnly="True" SortExpression="IsLockedOut" />
<asp:BoundField DataField="Comment" HeaderText="說明:" SortExpression="Comment" />
<asp:BoundField DataField="UserName" HeaderText="用戶名稱:" ReadOnly="True" SortExpression="UserName" />
<asp:BoundField DataField="Email" HeaderText="電子郵件:" SortExpression="Email" />
<asp:BoundField DataField="CreationDate" HeaderText="新建時間:" ReadOnly="True" SortExpression="CreationDate" />
<asp:CheckBoxField DataField="IsApproved" HeaderText="是否檢查:" SortExpression="IsApproved" />
<asp:BoundField DataField="LastLockoutDate" HeaderText="最近鎖定時間:" ReadOnly="True"
SortExpression="LastLockoutDate" />
<asp:BoundField DataField="LastLoginDate" HeaderText="最近登錄時間:" SortExpression="LastLoginDate" />
<asp:BoundField DataField="LastActivityDate" HeaderText="最近使用時間:" SortExpression="LastActivityDate" />
<asp:CommandField ShowEditButton="True" />
</Fields>
<HeaderStyle BackColor="#000084" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="#DCDCDC" />
</asp:DetailsView>
<asp:ObjectDataSource ID="ObjectDataSource1" runat="server" DataObjectTypeName="System.Web.Security.MembershipUser"
OldValuesParameterFormatString="original_{0}" SelectMethod="GetUser" TypeName="System.Web.Security.Membership"
UpdateMethod="UpdateUser"></asp:ObjectDataSource>
</td>
<td style="width: 100px; height: 140px">
</td>
</tr>
</table>
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -