温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Ajax会员管理源码
当前文件:
AjaxLogin/Default.aspx[1K,2009-6-12 11:31:36],打开代码结构图
AjaxLogin/Default.aspx[1K,2009-6-12 11:31:36],打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
<html xmlns="http://www.w3.org/1999/xhtml"> 5
<head id="Head1" runat="server"> 6
<title>示例16-1</title> 7
<link id="InstanceStyle" href="../StyleSheet.css" type="text/css" rel="stylesheet" /> 8
</head> 9
<body> 10
<form id="form1" runat="server"> 11
<div> 12
<fieldset style="width: 260px"> 13
<legend class="mainTitle">显示状态和修改密码</legend> 14
<br /> 15
<div class="commonText"> 16
当前用户:<asp:LoginName ID="LoginName1" runat="server" /> 17
</div> 18
<div class="commonText"> 19
登录操作:<asp:LoginStatus ID="LoginStatus1" runat="server" /> 20
</div> 21
<div> 22
<asp:ChangePassword ID="ChangePassword1" runat="server" BackColor="#F7F7DE" BorderColor="#CCCC99" 23
BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana" Font-Size="10pt"> 24
<TitleTextStyle BackColor="#6B696B" Font-Bold="True" ForeColor="White" /> 25
</asp:ChangePassword> 26
</div> 27
</fieldset> 28
</div> 29
</form> 30
</body> 31
</html> 32




