Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2012
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="RandomNumberForm.aspx.cs" Inherits="RandomNumberForm" %>
  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>Untitled Page</title>
  8. </head>
  9. <body bgcolor = "lime">
  10. <form id = "frm" action = "RandomNumber2.aspx">
  11. <br />
  12. Enter your name: <input type = "text" id = "fname" />
  13. <br />
  14. Enter your last name: <input type = "text" id = "lname" />
  15. <br />
  16. Enter the number: <input type = "text" id = "number" />
  17. <input type = "submit" value = "Try your luck!" />
  18. </form>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement