Hi,everyone: I'm trying to develop a DNN module,But I encountered a serious problem,I 'm not sure whether it is a DNN feature or it is a configration error,I wish you can help me. My module contains servial user controls,so when I use the "NavigateURL" method provided by DNN Core to navigate to a user control,It will automatically redirect to a new url which contain a "ctl" parameter,But once this parameter is passed,the other modules in the page will be lost,Only the user control in my module indicated by the "ctl" parameter will by visiable,it is quite a ugly UI. On Smcculloch's this great site,it seems that this problem doesn't exist,I don't why,Could you help me? Many thanks! |