Advertisement
stevennathaniel

WebForm1.aspx

Nov 17th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.85 KB | None | 0 0
  1. <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebForm1.aspx.vb" Inherits="Latihan2.WebForm1" %>
  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.  
  11.     <form id="form1" runat="server">
  12.     <asp:Label ID="Label1" runat="server" Text="Enter Your Name :"></asp:Label><br />
  13.     <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox><br />
  14.     <br />
  15.     <asp:Label ID="Label2" runat="server"></asp:Label><br />
  16.     <br />
  17.     <asp:Label ID="Label3" runat="server"></asp:Label><br />
  18.     <br />
  19.     <asp:Button ID="Button1" runat=server Height="41px" Text="Tampilkan Tulisan"
  20.         Font-Bold="True" /></asp:Button>
  21.     </form>
  22.  
  23.  
  24.  
  25.    
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement