Event handling
protected void calPlanner_EventClick(string pk)
{
MessageBox.Show("This is a test");
}
Doesn't work, the default popup is shown whith the id of the meeting
(i actually use a messagebox class in c#.net)
Asked by Paliox ICT09 5 years ago.