Would you like to react to this message? Create an account in a few clicks or log in to continue.

    Loop trough Form Controls (without array)

    avatar
    Admin
    Admin


    Posts : 77
    Join date : 2009-07-28

    Loop trough Form Controls (without array) Empty Loop trough Form Controls (without array)

    Post  Admin Wed Sep 16, 2009 8:04 pm

    Code:
    for (int i =1; i <= max_count; i++){
    TextBox curText = (TextBox) this.Controls["textBox" + i.ToString()];

    }

      Current date/time is Mon May 20, 2024 7:59 am