<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyPassword.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyPassword" %>
个人信息管理:修改密码
  • *输入旧密码: <%= new HtmlPassword("PasswordOld",null,30) { }.Style(new { Width = "220px" })%> <%= new HtmlYKTip("PasswordOld") { }%>
  • *输入新密码: <%= new HtmlPassword("Password", null, 30) { }.Style(new { Width = "220px" })%> <%= new HtmlYKTip("Password") { }%>
  • *重复新密码: <%= new HtmlPassword("PasswordConfirm",null,30) { }.Style(new { Width = "220px" })%> <%= new HtmlYKTip("PasswordConfirm") { }%>
  • <%= new HtmlSubmit("确认提交", "Password", "PasswordClient(this);").Style(new { Width = "100px" })%>