ASP.NET 4.0 New Feature- RepeatLayout property for CheckBoxList and Ra(jalpesh.blogspot.com)

submitted by jalpeshjalpesh(1347) 2 years, 6 months ago

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 . There are four options available there. 1. Flow 2. OrderedList 3. Table 4. UnorderedList 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 load contriol as orderedlist. It will load html with <ol> and <li> Tags. Table:If you love table structure then this is the option for you it will load html with <table><tr> and <td> tags. UnorderedList: This option will load control as UnorderedList. It will load with <ul> and <li> tags. So this property will useful when you want to have more control over html rendering in your browser as per your requirement.

add a comment |category: |Views: 8

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

No comments so far

information Login or create an account to comment on this story