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 7858335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T21:23:27+00:00 2026-06-02T21:23:27+00:00

Same as the title and using C#. Anyone know how to do this? I

  • 0

Same as the title and using C#.
Anyone know how to do this? I have a bunch of data read into a list box but the data doesn’t refresh unless I restart the windows form. anyone know how to refresh it on a button click event?

   {

                SqlConnection conn = new SqlConnection();
                conn.ConnectionString = (@"Data Source=.\SQLEXPRESS;AttachDbFilename=C:\Users\John\Desktop\DB\DB\DB\setup.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True");
                conn.Open();

                SqlCommand cmd = new SqlCommand
                ("SELECT PEOPLE " + "FROM Workers", conn);

                try
                {
                    SqlDataReader sdr = cmd.ExecuteReader();

                    while (sdr.Read())
                    {
                        listBox1.Items.Add(sdr["people"].ToString());
                    }

                    sdr.Close();
                }

                catch (SqlException ex)
                {
                    MessageBox.Show(ex.Message);
                }

                finally
                {
                    conn.Close();
                }

            }

This is in windows form Load. So i’m looking to add a button on my form which refreshes the listbox items list

  • 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-02T21:23:28+00:00Added an answer on June 2, 2026 at 9:23 pm

    Add a Method

    private void ShowPeople()
    {
        // Put your code;
    }
    

    and then use the same in your button click

    private void Button_Click(object sender,EventArgs e)
    {
        ShowPeople();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know questions with this title have been answered before, but please do read
There is a question here in stackoverflow with the same title but that is
Alright, I know my title is a little obscure but it best describes the
Please excuse the odd title, but I don't know how better to describe my
I have a page title changepassword.php ... In this page, users are able to
http://2012.delineamultimedia.com/#home_contact I know this is a bit hacky but, I need this link and
In one of my Android Application I need to keep the title bar same
What the title says. Are they the same? I've noticed that the first does
I am trying to make the image title display at the same time the
My quetion is simple and its exactly the same as in the Title. How

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.