I'm trying out the trial of the full version and have two images with hyperlinks wrapped around them to move to the previous and next week using the javascript call;
javascript:progTT.refreshCallBack(-7);
Next to this I have an asp label control to show the date range of the week currently being viewed, e.g. 09 June - 14 June 2008.
When I click the image to move to another week, I'd like to update the date range in the asp label control with the currently viewed week however I can't get this too work. It remains at the original date.
In my code, I've got a function to return the date correctly formatted for output and I'm calling this in the DayPilot_Refresh event on the server-side. The calendar changes weeks fine but the label never updates.
Any ideas?
Great control BTW. :)