e.Start is undefined

Asked by Anonymous
12 years ago.

How do I get the start date/time of the event that is clicked in the JavaScript handler? I can use e.Start in the codebehind when using a postback, but when I try in the JavaScript is it is undefined...

Answer posted by anwar
12 years ago.

try e.start(e)

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.