You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
480 B

<%@ Page Language="C#" ASPCOMPAT="TRUE" Debug="true" Inherits="OboutInc.oboutAJAXPage"%>
<%@ Import Namespace="OboutInc" %>
<%@ Register TagPrefix="obout" Namespace="OboutInc.Calendar2" Assembly="obout_Calendar2_Net" %>
<script language="C#" runat="server">
void Page_Load(object sender, EventArgs e)
{
if (!IsCallback)
{
myCalendar.DateToday = new DateTime(1983, 5, 22);
myCalendar.ShowYearSelector = true;
myCalendar.TitleText = "";
}
}
[JSVisible]