Is there a way to customize the textboxes in an ASP changepassword control?
<asp:ChangePassword id="myChangePassword" newpasswordregularexpressionerrormessage="Error: Your password must be at least 5 characters long, and contain at least one number and one special character."
runat="server" OnChangingPassword="ChangingPassword"
OnChangedPassword="ChangedPassword" OnCancelButtonClick="CancelClick"></asp:ChangePassword>
For example I would like the top field to say Current Password instead of just Password, is this possible?
Thanks!
Is this what you want?