Advertisement
rasyid03

WebForm2.aspx

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