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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...How to redirect to another pageHow to redirect to another page
Previous
 
Next
New Post
2/9/2009 12:45 AM
 

Hi,

I want to redirect to another page how to do it. I used the Navigateurl then also it didnt work. Two pages have two different modules in a page.I want to go from one module to another module which is in another page how to do it?

 

 

 

Please give me with an sample example

 

Thanks

 

 

 

 
New Post
2/9/2009 1:47 AM
 

 It kinda depends on how you are set up how you will do it.

There are various overrides of the function allowing you to use it in a lot of different situations. What you need to do to use NavigateURL is in the form of
Response.Redirect(NavigateURL());
I'm going to assume you did that and just need help with NavigateURL.
 

1) NavigateURL() - Will return the current URL. [Response.Redicrect(NavigateURL());]

2) NavigateURL(int TabID) - Specifiy a TabID and it will give you a URL to that tab. [Response.Redicrect(NavigateURL(33));]

3) NavigateURL(int TabID, bool IsSuperTab) - Same as above - Except I have no idea what the bool is used for.

4) NavigateURL(string ControlKey) - Creates URL to a different control for the module. [Response.Redicrect(NavigateURL("Edit"));]

5) NavigateURL(string ControlKey, params string[] AdditionalParameters) - Same as above, except you can specify parameters, for editing. [Response.Redicrect(NavigateURL("Edit", new []{"ItemID/" + ItemID.ToString()));]

6) NavigateURL(int TabID, string ControlKey) - Combination of 2 and 4.

7) NavigateURL(int TabID, string ControlKey, params string[] AdditionalParameters) - Combination of 2 and 5.

These are probably all the ones you are going to need.

This should be enough to understand where to start trying things with the NavigateURL.

 

 

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...How to redirect to another pageHow to redirect to 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