<%@ Assembly Name="Mono" %>

<%@ Register TagPrefix="mono" Namespace="MonoSoftware.Web.Scheduler" Assembly="MonoSoftware.Web.Scheduler" %>

<%@ Page Language="vb" AutoEventWireup="false" Codebehind="SchedulerExample1.aspx.vb" Inherits="Mono.SchedulerExample1"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>

      <HEAD>

            <title>SchedulerExample1</title>

            <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">

            <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">

            <meta name="vs_defaultClientScript" content="JavaScript">

            <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">

            <LINK href="MonoScheduler.css" type="text/css" rel="stylesheet">

      </HEAD>

      <body MS_POSITIONING="GridLayout" bgcolor="#F7F7F7">

            <form id="Form1" method="post" runat="server">

                  <div class="txtNormal"><img src="/DesktopModules/Mono/images/Mono/b1help.gif"> <b>Basic functionality</b><p></p>

                  This example demonstrates that only a few lines of code are neccessary  to produce the fully functional calendar/scheduler application for a single user.

                  Only <b>CurrentUserID</b> is needed (<b>EventsTableName</b> must also me set if it differs from the default name) so that the component can recognize the current user.

                  </p></div>

                  <p></p>

                  <mono:Scheduler id="Scheduler1" runat="server" Width="700px" Height="520px"></mono:Scheduler>

            </form>

      </body>

</HTML>