Results 1 to 12 of 12

Thread: [2.0] Repeating, Databound Form Control Needed

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276

    Question [2.0] Repeating, Databound Form Control Needed

    I have a Form on which I need to show repeating rows of data bound to a database. I can't use a datagrid because I have several rows of textboxes, with buttons, checkboxes, dropdowns, and labels associated with each row.

    (If you're familiar with Microsoft Access, it's simple to design a form template for a row and you can set the controls to repeat in any layout style)

    My only thought was to use the TableLayoutPanel control and create the other controls and set their values at runtime, adding a row to the panel for each record.

    Is there a better way to do this?

    [Edit]
    I'm using 2.0 so I meant DataGridView, not DataGrid.
    Last edited by wey97; Sep 26th, 2007 at 08:04 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width