Ok Dan, as you can see below, the code his highlighting better should i add "DayPilot.Web.Ui.Events" to it. However even though it compilers, if i click on any free time, the label (as a test) does not change to say "Hello", which it should do correct?
protected
{
Response.Redirect(
}
The below code, which is used to redirect a user the another page, if they click on an area that DOES have an event already in there, works. However i dont know how to pass the information across.. see below
protected
{
Response.Redirect(
}
void DayPilotCalendar1_EventClick(object sender, EventArgs e)"ViewEvents.aspx");
Really need to get this sorted soon so your help, as always, is very much appreciated.
Gareth
void DayPilotCalendar1_TimeRangeSelected(object sender, DayPilot.Web.Ui.Events.TimeRangeSelectedEventArgs e)"Hello");