Using id from event in modal dialog
7 years ago.
I want to use the id from the event I clicked in the modal dialog, but when I am using Request.QueryString("id") it always gets the id of the Row.
(e.g. Row with name Room1 has id=1 and event with id=1234. I need id=1234 from event, but I get id=1)
How can I get the id from event?
DayPilot