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


I have css but I do not know how to create user controls for this type of display Go.

The title is the name of the department and the radio button below has the status for each department. Now there are several departments depending on the values ​​in the database. This can be only two department lists in one box and as soon as 2 departments are filled on it, a new box needs to be made.

How can I make user control to bind this type of databar like this?

I'm reading about DynamicDataField , but it seems that it has no use.

Here the sections and its situations are surrounded

You can use 2 grid view controls. One for each box.


Comments