Advertisement
Guest User

NO CS

a guest
Apr 18th, 2017
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.09 KB | None | 0 0
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UpdatePass.aspx.cs" Inherits="Project_web.UpdatePass" %>
  2.  
  3. <!DOCTYPE html>
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head runat="server">
  7.     <title></title>
  8. </head>
  9. <body>
  10.     <style>
  11.     a{color:rebeccapurple}
  12.     a:hover{color:coral}
  13. </style>
  14.     <br />
  15.     <form id="form1" runat="server">
  16.     <div>
  17.                 <h1> Update page  </h1>
  18.         <table>
  19.             <tr>
  20.                 <td> Username: </td>
  21.                 <td><input type="text" name="name" size="15" /></td>
  22.             </tr>
  23.             <tr>
  24.                 <td> Password:</td>
  25.                 <td><input type="text" name="password" size="15" /></td>
  26.             </tr>
  27.             <tr>
  28.                 <td colspan="2" style="text-align:center"><input type="submit" name="sumbit" value="sumbit"/></td>
  29.             </tr>
  30.         </table>
  31.                 <a href="Table.aspx">Table</a> <br /> <a href="Main.html">Home</a> <br /> <a href="Delete.aspx">Delete account</a>
  32.         <br />
  33.    
  34.     </div>
  35.     </form>
  36.  
  37.      <%=userMsg%>
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement