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...Navigating to other formsNavigating to other forms
Previous
 
Next
New Post
6/1/2007 5:43 AM
 

Hi,

How to navigate to other pages in the dnn 4.3.7. I placed below code in my grid colomn,but was unable to navigate to the Allimages.aspx page

 

<

asp:HyperLinkColumn DataNavigateUrlField="Id" DataNavigateUrlFormatString="Allimages.aspx?id={0}" DataTextField="Title" HeaderText="Title">

 

<ItemStyle Width="10%" HorizontalAlign="Center"></ItemStyle>

 

<HeaderStyle HorizontalAlign="Center" Width="10%"/>

 

</asp:HyperLinkColumn>

 

 
New Post
6/1/2007 11:24 AM
 

You want to be sure that the full path is referenced when navigating.  If you are havigating to an aspx file that is in your module, try using the following for the navigate url

~/DesktopModules/<modulename>/<filename>.aspx

Replacing your module's foldername for the <modulename> text and the file name for the <filename> text


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
6/5/2007 5:52 AM
 

Hi,

Specifying this path ~/DesktopModules/<modulename>/<filename>.aspx in the url

is working .

But If i want to navigate to 2 different tabids in same module i.e have 2 controls

in 2 tabs of theand would like to redirect to 2 tab when i click on a link in first tab userctrl 

how can i achieve this , on link click

Allimages.aspx?id={0}

if Allomages.ascx is one more ctrl under same module,but placed on differrent tab.

 

Thanks & regards,

K.Sirisha.

 
New Post
6/5/2007 9:02 AM
 

You can navigate from tab to tab using the following.

Response.Redirect(NavigateURL(TabId))

Where TabId is the tab you wish to go to

You can get the link to another .ascx control in your same module using

 

NavigateURL("ControlName") Where controlName is the name of your control.


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Navigating to other formsNavigating to other forms


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