How do I create a user control for this kind of display with databinding?

141 Views Asked by At

I have css. But I don't know how to create a user control for this kind of display.

Title is the department name and the below mentioned radio buttons are statuses for each department. Now department can be multiple depending on the values in the database. This one box can contain only two department lists and the new box needs to be created as soon as 2 departments are filled into this.

How could I create user controls for this type to bind it to the datatable?

I am reading about DynamicDataField but it seems to be of no use.

alt text http://www.freeimagehosting.net/uploads/a1a4ec51c6.jpg

Here fields encircled is department and its statuses

1

There are 1 best solutions below

0
On

You can use 2 GridView Control. One for each box.