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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Url call another pageUrl call another page
Previous
 
Next
New Post
5/7/2007 2:18 PM
 

I want the users to be able to click a url and it will call another page.

I have a list of URLs and each is a name of a report, when the users clicks one I want to call a page with a custom module I have written to display Crystal reports.

The page name is "Reports"

The module name is "ReportsViewer"

Parameter is "Report"

I have tried  setting my url as:

Dim sURL As String = EditUrl("Report", "ReportName", "ReportsViewer")

I get a blank page, where the module should appear.

 

 

 
New Post
5/7/2007 3:32 PM
 

EditUrl() is designed to allow links to be created within a module so different controls that make up the module can be rendered by the module instance (using different parameters if needed). Based on the parameters you have, the module definition of your module would need to have a Key/Value pair of Report/ReportName and a Control Key value of "ReportsViewer." It's not apparent from your post if these are defined or not, but going by the blank page displayed, there is a good chance they are not.

Are you programmatically trying to create these links in a module that will cause the browser to navigate to a different page and display the results. If so, NavigateUrl() is what you want to use. Alternately, if this is a relatively static list, you can use the Links module to create the list of links.

Nik

 


Nik Kalyani
Co-founder
DotNetNuke Corporation
Blog | Twitter | FaceBook
 
New Post
5/7/2007 3:39 PM
 

Where are these set " the module definition of your module would need to have a Key/Value pair of Report/ReportName"?  I thought thous were parameters I could use?  I have set the Control Key to "ReportsViewer", but then the Module disappears off of the Page, even while in edit mode.  If the Key field is blank then I see the module while in edit mode.

I am totally confused.

 

Dean

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Url call another pageUrl call another page


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