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

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Is there a Multi Page moduleIs there a Multi Page module
Previous
 
Next
New Post
12/15/2012 8:42 AM
 

Hi,

I have a page that has multiple links that link to sections of a document. All of these sections are on separate pages and they all have navigation at the bottom of these pages (previous, next etc...). There is also a dropdown list at the top of these pages that allow the user to jump to a specific section. I'd be looking at creating 100's of pages and I was wondering if there was a Multi Page module (or any other module) out there that would make this process a little easier.

Thanks

 
New Post
12/15/2012 7:00 PM
 
Not that I'm aware of but you can add a module to a skin and apply that skin to a page and that would work.

Mark
 
New Post
12/15/2012 9:52 PM
 

Hi Mark,

I'm kind of new to DNN...if I add a module to a skin, won't that same module appear on every page? Or are you saying...create a separate skin and module for this one section only?

Thanks

 
New Post
12/17/2012 11:32 AM
 

on-click call below method. in this instance it re-directs to  EditProject (its a ascx in same module) . How to create that link, you may refer http://technicalsmile.blogspot.com/2011/05/more-than-one-view-or-edit-controls-in.html.

protected void LBEditProject_Click(object sender, EventArgs e)

    {
        string url = EditUrl("EditProject");
         Response.Redirect(url);

    }

also check http://www.dotnetnuke.com/Resources/Forums/forumid/199/threadid/474824/scope/posts.aspx

 
New Post
12/18/2012 1:21 PM
 

Hi Abeetha,

 I followed your example and it seems to work however when it redirects to my other view, the page is blank and I'm not sure if it is actually being redirected to my 2nd view. I've tried debugging but it doesn't step into that page. I've added a module definition and assigned it "SectionView" as the key and assigned it to my control. I've left the key for my first view as blank so that it lands on this page. When I hover over the link, I see the url as http://dnndev/Default.aspx?tabid=97&ctl=SectionView&sID=7b112a1c-7614-4bb5-bdd0-8a455ea23e95&language=en-US and that appears to be ok.

Am I doing anything wrong?

Thanks for your help.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Is there a Multi Page moduleIs there a Multi Page module


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