Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="logon.aspx.cs" Inherits="logon" %>
  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 style="height: 304px">
  10.     <form id="form1" runat="server">
  11.    
  12.     <div id="frame"
  13.      
  14.     </div
  15.        
  16.        
  17.         style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin:0 auto; background-color: #DFEAEA; width: 306px; left: 0px; height:132px;">
  18.         <asp:Label ID="Label1" runat="server" Text="Usuário" Width="130px"></asp:Label>
  19.         <asp:TextBox ID="nome" runat="server" Columns="15" MaxLength="15"></asp:TextBox>
  20.         <br />
  21.         <asp:Label ID="Label2" runat="server" Text="Senha" Width="130px"></asp:Label>
  22.         <asp:TextBox ID="senha" runat="server" Columns="15" MaxLength="15"
  23.             TextMode="Password"></asp:TextBox>
  24.         <br />
  25.         <br />
  26.         <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="lembrarsenha.aspx"
  27.             Width="170px" Target="_self">Esqueci a senha!</asp:HyperLink>
  28.         <asp:Button ID="btlogon" runat="server" Text="Entrar" onclick="btlogon_Click" />
  29.         <br />
  30.         <br />
  31.         <asp:Label ID="mensagem" runat="server"></asp:Label>
  32.     </form>
  33. </body>
  34. </html>