Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.48 KB | None | 0 0
  1. <%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="WebApplication1.About" %>
  2.  
  3. <asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
  4.     <h2>The date is<%:  DateTime.Now.ToString() %>.</h2>
  5.     <h3>Your application description page.</h3>
  6.     <p>Use this area to provide additional information.</p>
  7.     <asp:Calendar ID="Calendar1" runat="server"></asp:Calendar>
  8. </asp:Content>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement