Repeater Control


Repeater Control is used to display repeated list of items that are bound to the control and it’s same as gridview . Repeater control is lightweight and faster to display data when compared with gridview and datagrid. By using this control we can display data in custom format but it’s not possible in gridview  and it doesn’t support for paging and sorting.

Repeater control contains different types of template fields those are:-
  • ItemTemplate: ItemTemplate defines how the each item is rendered from data source collection.
  • HeaderTemplate: HeaderTemplate is used to display Header text for DataSource collection and apply different styles for header text.
  • FooterTemplate: FooterTemplate is used to display footer element for DataSource collection

No comments:

Post a Comment

Xamarin Android Project App

Xamarin Android Project App 1. Xamarin -- Make a CALCULATOR Android App   https://drive.google.com/open?id=0B8OPCXLrtKPmWC1FWWtFM2lraVk...