Click here to Skip to main content
Click here to Skip to main content

DayPilot - Building an Outlook-Like Calendar Component for ASP.NET

By , 26 Apr 2013
 
DayPilotLite-3.1.227.zip
Binary
DayPilot.dll
Demo
App_Data
Bin
DayPilot.dll
Documentation
LICENSE
NOTICE
Source
DayPilot2008.csproj.user
DayPilot2010.csproj.user
Properties
Utils
Web
Ui
Data
Design
Enums
Events
Serialization
DayPilotLite-3.1.229-noexe.zip
DayPilot2008.csproj.user
DayPilot2010.csproj.user
DayPilotLite-3.1.229.zip
DayPilot.dll
DayPilot.dll
LICENSE
NOTICE
DayPilot2008.csproj.user
DayPilot2010.csproj.user
DayPilotLite-3.1.230-noexe.zip
DayPilot2008.csproj.user
DayPilot2010.csproj.user
Calendar
Scheduler
DayPilotLite-3.1.230.zip
DayPilot.dll
DayPilot.dll
LICENSE
NOTICE
DayPilot2008.csproj.user
DayPilot2010.csproj.user
DayPilotLite-3.2.249-noexe.zip
DayPilot2008.csproj.user
DayPilot2010.csproj.user
Resources
Ajax
Scheduler
DayPilotLite-3.2.249.zip
DayPilot.dll
DayPilot.dll
DayPilot2008.csproj.user
DayPilot2010.csproj.user
daypilot_src.zip
src
DayPilot.csproj.user
DayPilot.ndoc
LICENSE
NOTICE
Web
Ui
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class ShowHeader : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {

    }
    protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
    {
        bool show = Convert.ToBoolean(DropDownList1.SelectedValue);
        DayPilotCalendar1.ShowHeader = show;
    }
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0

About the Author

Dan Letecky
Czech Republic Czech Republic
Member
My open-source AJAX controls:
 
DayPilot
DayPilot MVC
DayPilot Java
Outlook-Like Calendar/Scheduling Controls

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 26 Apr 2013
Article Copyright 2005 by Dan Letecky
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid