I have a RadCalendar as part of a CRM Web App in a Master Page as part of the sidebar, similar to Outlook. I think have a calendar.aspx page with the RadScheduler in it. I want a user to be able to be on any other page of the site, click a date on the calendar and be directed to that date on the scheduler. I dont want to pass the date in the query string and the RadCalendar doesn't allow you to specify the PostBackURL as a typical button. Any suggestions?