|
-
Sep 25th, 2007, 09:37 AM
#1
Thread Starter
Frenzied Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|