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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T08:23:56+00:00 2026-05-13T08:23:56+00:00

I am using the winform datarepeater control from vb.net power pack. All of the

  • 0

I am using the winform datarepeater control from vb.net power pack.

All of the items on the repeater are readonly except for a checkbox column.

I want to iterate over the items and find out which checkboxes are checked.

I can’t find a collection of datarepeateritems on the control and help is scarce.

Thanks for the help.

  • 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-13T08:23:57+00:00Added an answer on May 13, 2026 at 8:23 am

    You could iterate through the Controls list (generated from template)

    1. Rename your checkbox in the datarepeater to “checkBoxUnbound”

    2. Use the below code

      private void button3_Click(object sender, EventArgs e)
      {
          int i = 0;
          CheckBox unboundCheckBox;
          foreach (Control c in dataRepeater1.Controls)
          {
              unboundCheckBox = c.Controls["checkBoxUnbound"] as CheckBox;
              if (unboundCheckBox != null && unboundCheckBox.Checked)
              {
                  i++;
              }
          }
      
          Console.WriteLine("DEBUG: checked found: " + i);
      
      }
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to call a JavaScript function through C#, using a WinForm's WebBrowser control.
In a WinForm application using C#.NET 2.0 (on Vista), I am using SHA1 hash
all I am using Winform(C#) and RDLC MySQL. In that I try to show
I'm using winform and fb.net. Can someone provide me with an example of how
i am using .net winform. based on my string it will focus the drop
I've been trying to replace all # in a Excel worksheet using a winform
I have a winform project that is using a devexpress layout control and I
I am using a Datagridview control on winform and a bindingsource for data. Data
I am using C# winform's DataGridView control to display data present in a table
I'm trying to automate in a WinForm using a WebBrowser control to navigate and

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.