System.Web.UI.WebControls Namespace
Defines the base properties and methods implemented by list controls that repeat a list of items.
The IRepeatInfoUser interface defines the properties and methods that must be implemented by all list controls that repeat a list of items, such as CheckBoxList, DataList, and RadioButtonList.
This interface defines the HasHeader, HasFooter, and HasSeparators properties to indicate whether a list control contains a heading section, footer section, or separators, respectively.
The RepeatedItemCount property returns the number of items in the list.
The RenderItem method displays an item, while the GetItemStyle method returns the style of an item in the list.
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note