As Alec knows, I have been developing a multi-function module (dubbed MultiSection for now) that allows links to be under section heads and an optional label to the right of the link.
I overlooked testing if my module worked for all the types of links since I knew the dropdown menus populated properly and stored the correct data in the database for files, urls, and pages on the site. However, it does not work for anything but external URLs as I am just using
NavigateURL='<%DataBinder.Eval(Container, "DataItem.URL")%>' to make my links active.
So, I know the Link.ascx file calls the formatURL function which calls the LinkClick function. I cannot find the definition of this function besides a list of overloaded options. How do I get my links to format the URL correctly for the varying types of links?
Thank you for your time!!
-K. Garl
Intranet Web Coordinator