I've discovered that it's due to the fact that APP_CODE gets compiled into it's own assembly first...and thusly items in APP_CODE can be referenced by a page, but not vice versa. I've seen mention that one could build a base class that your pages/master pages derive from, and then you could do this....but I haven't seen an example I can follow yet lol.
Does anyone have a simple
VB example of how to build an interface to a masterpage, in the manner I've described?
Ryan