How to customize ASP.NET membership PasswordRecovery control in C#
You can customize the PasswordRecovery control completely, by using templates for every view:
– The UserNameTemplate contains all the controls displayed for the first step of the password recovery process when the user is required to enter the user name.
– The control of the password question step which is placed in …