Advertisement
rasyid03

WebForm3.aspx

Jul 3rd, 2023
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.74 KB | Source Code | 0 0
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm5.aspx.cs" Inherits="act7.WebForm5" %>
  2.  
  3. <!DOCTYPE html>
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head runat="server">
  7.     <title></title>
  8.     <link href="StyleSheet2.css" rel="stylesheet" type="text/css" />
  9. </head>
  10. <body>
  11.     <div id="belakang">
  12.     </div>
  13.     <form id="form1" runat="server">
  14.         <div id="north">
  15.             <asp:Label ID="Label1" runat="server" Text="Label1"></asp:Label>
  16.                 <div id="tengah"
  17.                     <p>
  18.                     <asp:Button ID="Button1" runat="server" Height="27px" style="margin-top:15px" Text="Button" />
  19.                     </p>
  20.                 </div>
  21.         </div>
  22.     </form>
  23. </body>
  24. </html>
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement