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

  • Home
  • SEARCH
  • 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 7832129
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T12:03:25+00:00 2026-06-02T12:03:25+00:00

When i run my program and click on the second tab multiple times it

  • 0

When i run my program and click on the second tab multiple times it creates labels x amount of times and im unsure if theirs a way to sort of only read the xml only once… I tried using a .close method but that did not work for me… any help would be appreciated thank you

       private void tabPage2_Enter(object sender, EventArgs e)
       {

        if (tabControl1.SelectedTab == tabPage2)
        {


            XmlDocument xmlDoc = new XmlDocument();
            xmlDoc.Load("xmldoc.xml");
            foreach (XmlNode node in xmlDoc.SelectNodes("check/tick/mark"))
            {

                Label l = new Label();
                System.Drawing.Point l1 = new System.Drawing.Point(65, 48 + a);
                l.Location = l1;
                l.Text = node.SelectSingleNode("score").InnerText;
                tabPage2.Controls.Add(l);
                a += 25;
            }
        }
    }
  • 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-06-02T12:03:26+00:00Added an answer on June 2, 2026 at 12:03 pm

    Do the xml reading in a different function. Create a variable to store whether or not you have already read the xml. Only invoke the xml reading function if it has not already been called.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to run a test program that allows a user to click
When I run program and I click on Yes throws an error: /home/zygis/tools/script: 26:
I want to design a c# program which can run program a 3rd exe
There is a space in the string, but when I run program, it returns
To run a program with custom env settings, we do this on Linux $
Typically when you run any program, during execution time what are different storages available
I am trying run a program from a qmake .pro file which modifies the
When I run my program core.py ( http://pastebin.com/kbzbBUYd ) it returns: File core.py, line
When I first run my program and type some text in the richtextbox, if
When I run my program (which decrypts a paragraph from a certain document), I

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.