EventMoveJavaScript
9 years ago.
I have my eventmovehandling set to javascript and I want to pass the ID and newstart date to another page. I tried
EventMoveJavaScript="window.location.href = 'schedule.aspx?ID=' + e.value() + '&newstart=' + e.newstart();"
but it's not working. I have also tried using eventmovehandling set to Callback and doing a response.redirect within the VB but it errors out. Is there anyway to do this?
DayPilot