I'm trying to use NavigateUrl on my View control to link to a second control that has control key of "Grouped" but when i click on the generated link, i get a page with no modules on it at all.
The module definition has Source set to the correct .ascx file, The Type is set to View, and the Key is set to "Grouped"
This is the code I'm using
newurl = NavigateURL(PortalSettings.ActiveTab.TabID, "Grouped")
The original View page URL is: /tabid/62/Default.aspx
The navigateurl generated URL is:/tabid/62/ctl/Grouped/Default.aspx
But nothing shows up on the page.
I've tried restarting IIS, and I've tried this with and without friendly URLs but it's still not working. Any clues?