6
shouts

ASP.NET 4.0 New Feature- RepeatLayout property for CheckBoxList and RadioButtonList Controls.

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 114 days, 3 hours, 5 minutes ago
Thursday, November 19, 2009 7:38:43 PM GMT

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 ...

category: ASP.NET | clicked: 6 | | source: jalpesh.blogspot.com | show counter code
tags: ASP.NET 4, ASP.NET 4 Beta 1