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.0NavigateUrlNavigateUrl
Previous
 
Next
New Post
3/24/2006 3:48 PM
 

Hi,
I'm developing module with various controls when each control can call
the other controls. Controls must be seen by users (not admin).
To do this i'm using the NavigateUrl method like this:

Response.Redirect(NavigateUrl(this.tabId , moduleName , "parameter" , "value")

After this redirection no control loads.
I noticed that at the url address (in the browser address bar)  the parameter mId is set to -1.
when i change manually the parameter to the correct module id (365) the
page loads correctly with all the controls.

How can i fix this? What have i done wrong?

Thanks.

 
New Post
3/25/2006 2:12 PM
 

Well, i'm sure someone knows...
I simply want to call a page which will load some specific registered control.
How do i do that?

 
New Post
3/27/2006 11:54 AM
 
Use EditUrl instead of NavigateUrl.

Response.Redirect(EditUrl("KeyName", "KeyValue", "ModuleName"))

-or-

Response.Redirect(EditUrl("KeyName", "KeyValue", "ModuleName", "AnotherParameter", "AnotherValue"))

This technique works regardless of whether the destination control is of edit or view type.  Not sure if this is the right way to do it, but it works for me...
 
New Post
3/27/2006 12:42 PM
 
Try passing mID with the correct vallue to Navigate URL, this will make shure the parameter has the right value :)

Edit your Skin.xml and Container.xml files with:
Yannick's SXE
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0NavigateUrlNavigateUrl


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