温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:项目管理系统(多用户)源码
当前文件:
ProjectManager/modifypassword.aspx,打开代码结构图
ProjectManager/modifypassword.aspx,打开代码结构图1<%@ Page Language="C#" MasterPageFile="~/MasterPage_admin.master" AutoEventWireup="true" CodeFile="modifypassword.aspx.cs" Inherits="modifypassword" Title="Untitled Page" %> 2
3
<%@ Register Src="userControl/ucModifyPassword.ascx" TagName="ucModifyPassword" TagPrefix="uc1" %> 4
<asp:Content ID="Content1" ContentPlaceHolderID="SampleContent" Runat="Server"> 5
<uc1:ucModifyPassword ID="UcModifyPassword1" runat="server" /> 6
</asp:Content> 7
8



