DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » How To » How do I navigate to page under web site using DayPilotMenu and NavigateUrl?

How do I navigate to page under web site using DayPilotMenu and NavigateUrl?

I'm trying to use NavigateUrl to be able to navigate to page in one directory, but the problem in that if at my dev machine request looks like http://localhost/website/childfolder/page.aspx then if I set NavigateUrl='/childfolder/page.aspx' it does not work as it redirect to http://localhost/childfolder/page.aspx, usual way of '~/childfolder/page.aspx' does not work. Is it possible to update DayPilot code to use Control.ResolveUrl()?
Alex - 9/26/2007 7:28:29 PM
Yes, I'll add it in 4.1 release. Thanks for the suggestion!
Dan Letecky - 9/26/2007 11:21:49 PM
Post reply