Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Navigation from one module to another?Navigation from one module to another?
Previous
 
Next
New Post
1/31/2011 11:50 AM
 
Hi, I am new to dotnetnuke. I have a module with a gridview. When i click a row i want to display the details of that row in another page or module. Normally I would just do a response.redirect, but I would like to stay in the same page and dynamically load a new module. Is this possible? Any help would be appreciated,

Thanks.
 
New Post
2/17/2011 5:29 PM
 
Hi.

To navigate to another page use the DotNetNuke.Common.Globals.NavigateURL( tabid ) method.

Other solution I use for small modules is to use a MultiView control an switch between views.
 
New Post
2/17/2011 8:03 PM
 
If this is a custom module that you have developed yourself - an easier solution would be to just link yourself back to the same page with a parameter in the url something like - ?showdata=somevalue - then in your code - hide the grid and display the data.

I usually set up <panels> in my modules -
<panel id=admin runat=server>and admin only stuff</panel>  
<panel id=list runat=server> grid stuff</panel>
<panel id=detail runat=server> detail view</panel>  

And turn on the appropriate panels in code as I need them = depending on parameters passed in the url - and if im in admin mode or not.

Westa
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Navigation from one module to another?Navigation from one module to another?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out