ok i have created a picture gallery module in the left bar , there is a page viewpicturegallery.ascs . on clicking any image i want it details to open in the content pane in the middle . how would i do it.
can some tell me the process? i would made a new page or new module or what? for the details in the middle
here are some steps you can achive it:
when you install the module in the page, it will show both definition controls in content page, you can re-arrange them in whatever panes you want.
inter module communication in dotnetnukeand grab a sample from netIModuleCommunicationand your details view will be yourIModuleListnerThat’s how you can achieve the things you want.
Please tell me if you have any other questions.