Hi, I want to trigger if the user did a double click or a click on the dayview control. If this happend I have to fill up a variable in the session object. How to get this event server side in den aspx code behind? I try to use the propertie event window of the dayview control but I get only the client side jscript event. Is there no server side event? If it is so, how can I feel up my session object and decide if there was a click on a exsiting appointment or on a free space in the dayview in jscript?
thx in advance
regards tim mischkin
Yeah he nailed it there. Sorry I wasn't very discriptive in my posting. You can do exactly that then have your Code behind on the page load event handle the things to need to do with that appointment.