ModifyPassword.aspx
上传用户:gooyliu
上传日期:2018-09-29
资源大小:5816k
文件大小:0k
源码类别:

.net编程

开发平台:

C#

  1. <%@ Page Language="C#" MasterPageFile="~/SysAdmin/sysAdminMasterPage.Master" AutoEventWireup="true" CodeBehind="ModifyPassword.aspx.cs" Inherits="Web.SysAdmin.ModifyPassword" Title="修改密码" %>
  2. <%@ Register Src="~/Common/controls/ModifyPassword.ascx"  TagName="changePassword" TagPrefix="uc1" %> 
  3. <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
  4.   <uc1:changePassword  id="readerChangPwd" runat="server" />
  5. </asp:Content>