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.0Using EditURL, NavigateURL and retrieve the parameters in URLUsing EditURL, NavigateURL and retrieve the parameters in URL
Previous
 
Next
New Post
4/27/2009 5:29 AM
 

Hi all,

I have the EditURL called this way:

string[] addParams=new string[5];
addParams[0]="Black";
addParams[1]="Blue";
addParams[2]="Orange";

Response.Redirect(EditUrl("TestText", "Parameters passed","Edit",addParams));No

Now, my question is how to retrieve the parameters in the Edit Page?

Further, this simple call from Edit control:

Response.Redirect(NavigateURL());

redirects to the view control which is default. Now how do I pass the parameters to this method so that I will get redirected to the default view control with the parameters in the url?

Any help appreciated.Thanks in advance.

 
New Post
11/23/2009 7:51 PM
 

Hi sangam,

 

It's been a while but I guess i'll answer this anyway, for the benefit of the rest who haven't found out how.

You can simply call EditUrl like this. The way it's written doesn't exactly spell it, for most.

Response.Redirect(EditUrl("TestText", "Parameters passed","Edit", "Param1=Black", "Param2=Blue", "Param3=Orange"))

In the Edit Page. You could start by calling "Request.QueryString("Param1")" to obtain the value of "Param1" which is Black.

 

 

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Using EditURL, NavigateURL and retrieve the parameters in URLUsing EditURL, NavigateURL and retrieve the parameters in URL


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