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. FlowOrderedListTableUnorderedList Flow: This option will render control with span tag. This option will be better when you need tables less html for your site. OrderedList:This option will ...
No comments yet, be the first one to post comment.