Top "Repeater" questions

The Repeater control is used to display a repeated list of items that are bound to the control.

What is the correct syntax of ng-include?

I’m trying to include an HTML snippet inside of an ng-repeat, but I can’t get the include to …

javascript html include angularjs repeater
Binding a generic list to a repeater - ASP.NET

I am trying to bind a List<AreaField> to a repeater. I have converted the list into an …

c# asp.net repeater
How to find controls in a repeater header or footer

I was wondering how one would find the controls in the HeaderTemplate or FooterTemplate of an Asp.Net Repeater control. …

asp.net controls repeater findcontrol
ASP.net Repeater get current index, pointer, or counter

the question is really simple. Is there a way to access the current pointer/counter for an asp Repeater control. …

c# asp.net repeater
Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control

I am getting the following error Databinding methods such as Eval(), XPath(), and Bind() can only be used in the …

asp.net repeater eval
ASP.NET Repeater bind List<string>

I am binding a List<string> to a Repeater control. Now I want to use the Eval function …

asp.net data-binding repeater
How can I loop through Items in the Item Template from an asp:Repeater?

I have a repeater, which is bound on preRender with items. In the Item template each row has a check …

c# asp.net repeater
force a string to 2 decimal places

i have a repeater item that displays a double. occasionally the double seems to be coming out with 3 decimal places …

c# asp.net double repeater
How to create a three column table in ASP.Net Repeater

I would like to be able to use the ASP.Net Repeater control to create an HTML Table that has …

asp.net html-table repeater
Nested Repeaters in ASP.NET

I have a class that contains hierarchical data. I want to present this data in my ASP.net webapp using …

c# asp.net repeater nested-repeater