How to show other modules in News Details page
Last Post 08/10/2011 4:59 AM by shbkah. 4 Replies.
Author Messages
shbkah
Nuke Newbie
Nuke Newbie
Posts:4


--
03/31/2011 7:58 AM  
Hi all

I recently created one News module which contains News list ascx page and News details ascx Page. When user click on title of the Newslist then in detail's page details will be show. this is working perfect with me.
but my problem is when i add this module in content pane i added another image module in left pane. in news list page both modules i can view but in News details page i could not view the image module. i want to show the image module in all pages(ascx) of news module which is in leftpane.

when i clicking on title of the News it going to details page of the news i could not view the leftpane image module.

If you have any suggestion plz help me
Thanks
Cù Kim Ngọc
Nuke Newbie
Nuke Newbie
Posts:2


--
07/09/2011 6:07 AM  
You and I have the same problem. You can see here:
http://www.dotnetnuke.com/Resources...posts.aspx
Joseph Craig
DNN MVP
Posts:11667


--
07/11/2011 7:46 AM  
You got some help over there. Was that sufficient?

Joe Craig, Patapsco Research Group
Complete DNN Support
Cù Kim Ngọc
Nuke Newbie
Nuke Newbie
Posts:2


--
07/13/2011 7:43 PM  
Dear Joseph Craig
After the help solve the problem. I don't using ctl ControlKey redirect to details page. Instead I checked QueryString at View.ascx.cs to display details in another DataControl (asp:Repeater).
I believe there are better ways to solve this problem.
If you has experience in handling the problem, looking forward to the support from you. thanks !!!

I also just recently study DotNetNuke, looking forward to learning more from the forum dnncreative.com.
May all good things !
shbkah
Nuke Newbie
Nuke Newbie
Posts:4


--
08/10/2011 4:59 AM  


http://www.sipidcode.com/post/DotNe...ntrol.aspx


this link is very helpful for creating a module


---