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...Administration ...Administration ...IMC and search resultsIMC and search results
Previous
 
Next
New Post
8/29/2008 7:40 AM
 

Hi all

I am currently trying to get my custom search module to display the results in another custom module on a redirected page.  How do I do this?  I've looked at IMC but dont both modules have to be on the same page for that to work?  Just need pointing in the right direction.

Si

 
New Post
9/2/2008 8:26 AM
 

For anyone wanted to send paramters from one page to another all you have to do is:

Response.Redirect("SearchBooks/tabid/65/Default.aspx?Value=" + s + "&Type=" + t);

To retrieve s and t use the following on the page your being redirected to:

string s = Request.QueryString.Get("Value");
string t = Request.QueryString.Get("Type");

 
New Post
9/2/2008 12:40 PM
 

I sometimes use "UcanUse MessageRouter", that I bought on snow covered for around 14 bucks. I was desperate at the time to send data from one module to another module on another page. It works well. I also use EditUrl to send parameters to another page when working with sql data. When I use EditUrl, I have to send to control definition name that of course does not allow me to use other modules on that page. It is good to use for drill down in reports or details about something you may click on. Hope that gives you some ideas, good luck.

 
New Post
9/4/2008 2:28 AM
 

  Hi,

it is a good way to send parameters from one page to another using querystring.Another way for this problem is using "Session"

for example:

in page A,   string s="som4";    and you want to use it in page B

in page A only write-->   Session["s"]="som4";

in page B you can get this parameter -->  string s2=Session["s"].ToString(); 

Now you get the parameter.That is to say s2=som4 That is it.

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...IMC and search resultsIMC and search results


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