HomeCommunityControl GalleryForm ControlsDate, Time, & Calendar ASP.NET EventCalendar

ASP.NET EventCalendar



(2) Submit a Review

6,761 Downloads

78,002 Views


Description

Version 2006.1 Released! ASP.NET EventCalendar Server Control allows you to easily add dynamic EventCalendars (12 different views) to your Web site or Web application and Export data to Outlook. With starter kit (VB,C# source projects - VS.NET and SDK) which can be downloaded freely.

New Features in 2006.1:

  • Improved event layout which follows Microsoft Outlook
  • New TimelinePro mode which can be used to display events by groups(resources) in any specified time scale
  • Statistics feature
  • Please navigate to www.quickwebsoft.com to see more new features
Features:
  • 12 different views share the same data bound to the calendar and fully customizable
  • Templates used to control the content and layout of event items, one template for all views or different templates for different views if neccessary
  • Support for binding to any existing databases or other data sources, support for adding event items dynamically
  • Specially designed for Visual Studio.NET and work with Visual Studio.NET 2002, 2003 and the new 2005
  • Support for day, week and month statistics automatically if neccessary
  • Spanning and non-spanning events, event sorting, property skin, XHTML compliance, Microsoft Atlas and other AJAX frameworks compliance and more
  • Cross-browser
  • Please navigate to www.quickwebsoft.com to see full features
  • Syntax Example

    <qws:EventCalendar id="MyControl" runat="server" Font-Size="9" MoreText=" More..."> <ItemData StartDateField="StartDate" EndDateField="EndDate" NameField="Name" NavigateUrlField="Link" ForeColorField="ForeColor" BackColorField="BackColor"> </ItemData> <MonthWeek ShowWeekOfYear="True" MaxDisplayItems="5"> <WeekendStyle CssClass="Weekend" BackColor="AntiqueWhite"></WeekendStyle> <OtherMonthDayStyle BackColor="#E0E0E0"></OtherMonthDayStyle> <TodayStyle BackColor="lightyellow" CssClass="Today"></TodayStyle> <SpanItemTemplate> <img src='<%#DataBinder.Eval(Container.DataItem, "Icon")%>' align=middle> <asp:HyperLink Text='<%#DataBinder.Eval(Container.DataItem, "Name")%>' NavigateUrl='<%#DataBinder.Eval(Container.DataItem, "Link")%>' ForeColor='<%#Color.FromName(DataBinder.Eval(Container.DataItem, "ForeColor"))%>' ToolTip='<%#DataBinder.Eval(Container.DataItem, "Description")% runat="Server" /> </SpanItemTemplate> </MonthWeek> <DefaultItemTemplate> <img src='<%#DataBinder.Eval(Container.DataItem, "Icon")%>' align=middle> <asp:HyperLink Text='<%#DataBinder.Eval(Container.DataItem, "Name")%>' NavigateUrl='<%#DataBinder.Eval(Container.DataItem, "Link")%>' runat="Server" /> <BR> </DefaultItemTemplate> ... </qws:EventCalendar>

    Screenshots

    Reviews

    Submit a review

    Tech Support Resolves Issues

    Reviewed by: barnes588 on Tuesday, May 03, 2005

    5 Stars

    In a previous review, I had written that Quickwebsoft's technical support was slow and had given them a rating of one. However, upon seeing the negative review, their tech support quickly responded saying there was some latency in receiving my query and in a return answer. They apologized and even went so far as to ask that I get online with them on MSN Messenger and from there we were able to sort out the problem. I could tell they took the review personally and consequently went all out to resolve the issue. From a developer's stand point this is a refreshing attitude and I'm very happy with working out the problem the way they did. They were courteous and patient, and as a result, I'm changing my review from a one to a five.

    Top Notch Web Calendar

    Reviewed by: lenardd on Tuesday, December 07, 2004

    5 Stars

    Great royalty-free web calendar control with a robust feature set. Customer support was excellent as they always answered my "many" questions promptly. The best part of their support is their attention to their customers. I suggested a few improvements and they were quickly implemented. Very refreshing.