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
515 B

<%@ Page Language="VB" %>
<%@ Register TagPrefix="obout" Namespace="OboutInc.Calendar2" Assembly="obout_Calendar2_NET" %>
<script runat="server">
Protected calDefault As OboutInc.Calendar2.Calendar
Protected calDatePicker As OboutInc.Calendar2.Calendar
Public Sub Page_Load(o As Object, e As EventArgs)
If Not Page.IsPostBack Then
calDefault.StyleFolder = "styles/style10"
calDefault.MonthWidth = 160
calDefault.MonthHeight = 130
calDefault.TextArrowLeft = ""
calDefault.TextArrowRight = ""