You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
757 B

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="change_user_password.ascx.cs" Inherits="mywebcontrol_change_user_password" %>
<br />
<br />
<br />
<br />
<center >
<table width ="300px">
<tr ><td>
<asp:Panel ID ="enter_old_password" runat ="server" Visible =true Width =100%>
<table width=100%>
<tr><td class="table" width= 40% align="center" style ="FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='Silver', endColorStr='#ffffff', gradientType='0')" height =30><b>::请输入您的原密码::</b></td>
</tr>
<tr>
<td align =center ><asp:TextBox ID ="password" runat =server CssClass="control" TextMode =password width=90%></asp:TextBox></td>
</tr>