Using the PasswordRecovery control

Saranya Boopathi
Posted by Saranya Boopathi under ASP.NET category on | Points: 40 | Views : 1170
Using the PasswordRecovery control to Recovery Password

<%@ Page Language="VB" %>
<html>
<head runat="server">
<title>Getting Your Password</title>
</head>
<body>
<form id="form1" runat="server">
<asp:PasswordRecovery ID="PasswordRecovery1" Runat="server">
<MailDefinition From="joe@yahoo.com">
</MailDefinition>
</asp:PasswordRecovery>
</form>
</body>
</html>

Comments or Responses

Login to post response