Hi, all
I have designed a module: Test.
Both PageA and PageB have this Module.
The Test Module have some controls at Host-ModuleDefinitions:
Control:<Blank>, Title:TitleA, Source:DesktopModules/Test/ViewTestA.ascx
Control:ViewTestB, Title:TitleB, Source:DesktopModules/Test/ViewTestB.ascx
How could I show ViewTestA.ascx in PageA and show ViewTestB.ascx in PageB?
As for now, because ViewTestA.ascx showed as default, so both pages show ViewTestA.ascx , I hage a hyperlink at ViewTestA.ascx , that links to PageB, but of course, PageB shows ViewTestA.ascx either.
But if I link directly to ViewTestB.ascx, the ViewTestB.ascx holds the whole page, because it's not really PageB. I still want some other modules to be displayed at PageB.
Thanks for your help!
dingwk@gmail.com
2007.0120.Sat