Event handling
Asked by Paliox ICT09
19 years ago.
19 years ago.
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)
{
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)
DayPilot