Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 553237
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:35:02+00:00 2026-05-13T11:35:02+00:00

For the extra level of customization we are doing on our website we have

  • 0

For the extra level of customization we are doing on our website we have manipulated the DNN Nodes Collection to remove certain nodes for certain people. Now we need to reverse this process and need to add nodes if conditions are right for the user.

I have tried this

Dim newNode As New DotNetNuke.UI.WebControls.DNNNode
newNode.NavigateURL = NavigateURL(12)
newNode.Text = "test"
newNode.ID = "x3"

then

objNodes.Add(newNode)

‘objNodes’ is the main node collection – I think i need to create a collection and add it to the child of a specific node but not sure how.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T11:35:02+00:00Added an answer on May 13, 2026 at 11:35 am

    It should be as simple as the following…

    Dim newChildNode as New DotNetNuke.UI.WebControls.DNNNode()
    With newChildNode
        .ID = "x4"
        .Text = "Text"
        .NavigateURL = NavigateURL(4)
    End With
    
    newNode.DNNNodes.Add(newChildNode)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Vim is indenting method definitions an extra level after an attribute. This is driving
I have an extra NTFS partition to store data that I want to use
I have added an extra field Specification in Catalog->Product->Data tab. This text is stored
I need to some extra functionalities to a website regarding image handling. The user
At row level I catch the event and try to add an extra parameter
I have an application level (PThreads) question regarding choice of hardware and its impact
I have a table, called Level. id | level | points(minimum) ------------------------- 1 |
Is there a way to pass an extra parameter at the level of the
I am writing an Android app, API Level 10. I have a main activity
I've an app using low level CoreAudio C functions, usually located under /Volumes/Xcode/Xcode.app/Contents/Developer/Extras/CoreAudio/PublicUtility/. Just

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.