HomeCommunityControl GalleryForm ControlsDate, Time, & Calendar.Net WebDailyCalendarGo! 4.0 like WebOutlook + AJAX

.Net WebDailyCalendarGo! 4.0 like WebOutlook + AJAX



(1) Submit a Review

1,595 Downloads

20,629 Views


Description

This unique calendar WebDailyCalendar will give you maximum functionality with a minimum of requirements. A calendar was designed to be compatible with multiple browsers (not IE only!). Drag&Drop and Edit-In-Place are supported. Using JavaScript allows to significantly reduce HTML code size sent to a browser, allowing a calendar to be used on networks with a limited bandwidth. A capability to define view and contents of a calendar in detail was combined with ease of programming and usage of ASP.NET 2.0 in the latest Microsoft Visual Studio 2005. A page user will notice similarities with Microsoft Outlook and Web Outlook. This will make using a calendar easier. It supports AJAX postbacks to incrase comfort of using as well.

Syntax Example

<cc1:DailyCalendar ID="Calendar" runat="server" BorderColor="MidnightBlue" Font-Names="Verdana" Font-Size="Small" Height="296px" Width="100%" OnPreRender="Calendar_PreRender" FreeHourColor="LightSteelBlue" LineColor="MediumBlue" WorkHourColor="Lavender" OnLoad="Calendar_Load"> <DateBarStyle Font-Bold="False" Font-Italic="False" HorizontalAlign="Center" ForeColor="RoyalBlue" Font-Size="Small" ResourceImage="Blue" /> <AllDayBarStyle BackColor="CornflowerBlue" /> <ResourceBarStyle Font-Bold="False" Font-Italic="False" HorizontalAlign="Center" ForeColor="#0000C0" ResourceImage="Blue" /> <HoursBarStyle BackColor="AliceBlue" Font-Names="Arial" Font-Size="Small" ForeColor="MidnightBlue" /> <PreviousDayButton> <Style Font-Underline="True" /> </PreviousDayButton> <NextDayButton> <Style Font-Underline="True" /> </NextDayButton> <DefaultAppointmentStyle Font-Size="X-Small" /> </cc1:DailyCalendar>

Screenshots

Reviews

Submit a review

Nice and fast

Reviewed by: j_alsmin on Monday, November 07, 2005

5 Stars

This is a nice webcontrol with drag&drop support and edit text on the appointment. Additionally it fully supports vstudio smarttags and it is simply programmable :) I did not found any others calendars on net with similar functionality. I recommend it!