Hi,
Ok here is the deal, I have a client that wants the directory stucture of this for their specific clients
DesktopModules/Client_Custom/[ClientName]/[ModuleNam]/ViewModule.ascx
Where Client_Custom is always that, ClientName is the name of the client, ModuleName is the name of thier custom module. There will be no controls in the Client_Custom, or the ClientName directories.
Some clients could have 3 or 4 or up to as many as they want to pay for. The main reason for doing this is they are putting several clients per instance of dnn, and they want a way of organizing the modules.
Now onto the problem, I have noticed this in only 4.5.3 as this is the version i'm using and have not upgraded it yet. If you put a module in a subdirectory it will do a page_load twice, and it will do a page_load for every postback you do and it thinks its not a postback. I know this as i have tried to put the exact same module in the main Client_Custom directory, and all works just fine. I would like to see if anyone else has ran into this problem before. I have verified that the directory in the definition is correct, and just about every other thing i could think of. I have no clue what could be causing this. I could go the route of doing LoadContorl, but I was hoping to get it done by using controlkey's.
I hope ya'll folks understand what i'm trying to do, if not i'll try to explain it a bit more.
Thanks,
Andrew