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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:47:50+00:00 2026-05-26T21:47:50+00:00

I have a page where I am dynamically creating an asp.net table. At some

  • 0

I have a page where I am dynamically creating an asp.net table. At some point based on user input I need to be able to delete all the rows in the table and recreate them from scratch. When I try to loop through the table rows and remove them one by one I get the following error. “Collection was modified; enumeration operation may not execute. “

Is there another way to do this? This code is the first thing in the function that creates the dynamic rows.

foreach (TableRow tr in ChecklistQuestionTable.Rows)
        {
            ChecklistQuestionTable.Rows.Remove(tr);
        }
  • 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-26T21:47:50+00:00Added an answer on May 26, 2026 at 9:47 pm
    ChecklistQuestionTable.Rows.Clear();
    

    See HtmlTableRowCollection.Clear on MSDN.

    Use this method to remove all HtmlTableRow objects from the HtmlTableRowCollection collection and reset the Count property to 0.

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

Sidebar

Related Questions

i have to create an asp.net page dynamically on runtime. It should work like
Greetings, The question relates to ASP.NET MVC I am creating some divs dynamically using
I have a page that is creating dynamically created rows in a table with
I am dynamically creating a table in C# with ASP.NET, and each row will
I have a page on which user can dynamically create some identical groups of
I have an ASPX page that is dynamically creating a gridview from a database
I have a page with some dynamically added buttons. If you click a button
I have a page where the user can dynamically add file upload boxes. Adding
I have a page on which I must load controls dynamically based on the
I have a page in which I am loading a user control dynamically as

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.