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

Here's the situation. I have a base class which implements a method that accepts
When I write tests for certain types of objects, such as UI elements like
Could you please tell where I can find information about the low-level distinctions in
in a tutorial I am doing, the code below is in index.php file. Does
I have a table I use for high scores of an iPhone game. As
I just upgraded my MVC2 project to MVC3 and used the NuGet library package
Taking the following object model: public abstract class Entity { public Guid Id {
I am using an Android Intent with ACTION_SEND and EXTRA_STREAM to share a generated
I am currently researching Task Parallel Library and I read somewhere that TPL actually
I've got a stored procedure that executes some repetitive code, so I decided to

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.