ASP.NET 4.0 New Feature- RepeatLayout property for CheckBoxList and RadioButtonList Controls.
ASP.NET 4.0 having many many new features. One of them is the RepeatLayout property for the CheckBoxList and RadioButtonList controls. The property is useful when we need decide how this controls will be render as html when its load in browser . Code Snippet There are four options available there. Flow OrderedList Table UnorderedList Flow: