Assuming that I know the TabID for the messaging center on my DNN 6.2 site, what is the correct way to build URLs that will take me to either the messaging tab or the notifications tab?
In other words, I'm looking to build the same links that are displayed in the <dnn:user /> control.
Globals.NavigateURL doesn't seem to get the job done. It gives me a friendly URL that works for messages, but not notifications.
Thanks