document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="lembrarsenha.aspx.cs" Inherits="lembrarsenha" %>
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head runat="server">
  7.     <title></title>
  8. </head>
  9. <body>
  10.     <form id="form1" runat="server">
  11.     <div style="margin:0 auto;background-color: #DFEAEA; font-family: Arial, Helvetica, sans-serif; font-size: 13px; height: 145px; width: 364px;">
  12.    
  13.         <asp:Label ID="Label1" runat="server" Text="Email " Width="120px"></asp:Label>
  14.         <asp:TextBox ID="email" runat="server" Height="24px" Width="217px"></asp:TextBox>
  15.         <asp:Label ID="Label2" runat="server" Height="16px" Width="199px"></asp:Label>
  16.         <asp:Button ID="Button1" runat="server" onclick="Button1_Click" Text="Enviar" />
  17.         <br />
  18.         <br />
  19.         <asp:Label ID="mensagem" runat="server" Height="16px" Width="199px"></asp:Label>
  20.         <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="logon.aspx">Retornar</asp:HyperLink>
  21.         <asp:TextBox ID="txtnome" runat="server"></asp:TextBox>
  22.         <br />
  23.         <asp:TextBox ID="txtsenha" runat="server" TextMode="Password"></asp:TextBox>
  24.    
  25.     </div>
  26.     </form>
  27. </body>
  28. </html>
');