AJAX Calendar/Scheduling Controls
Hi,
I need to create a calendar dynamically in C#.
How can I proceed without accessing to asp.net page?
A simple example would be highly appreciated.
Thanks for your help
protected void Page_Load(object sender, EventArgs e){ DayPilotCalendar dpc = new DayPilotCalendar(); PlaceHolder1.Controls.Add(dpc);}
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java