Hello!
My Problem: I am using a webpage structure like this:
default.aspx
masterpage.master
subdir/default.aspx
subdir2/test.aspx
The pages default.apsx, subdir/default.aspx and subdir2/test.aspx are pages which uses ~/masterpage.master as a pagemaster.
My Question:
Where should I place my DMB code? I think the best place is in the master page which is the master of all my pages.
Tools->Install Menus does now allow to install into a *.master page.
Do I have to set some kind of "paths" in my DMB application? It works in ~/default.aspx but not in subdirectories.
Can anybody help me? Or do you need additional information to help me?
Yours
Stefan Meyer