Top "Repeater" questions

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

Is there a repeater control in C# windows form in Visual 2010? Or an alternative?

Is there a repeater control in C# windows form in Visual 2010 ? Or an alternative ?

c# winforms visual-studio-2010 repeater
How to get items row id of repeater when user clicks rows linkbutton control

I have a repeater, nested with Html table rows: <asp:Repeater ID="Repeater1" runat="server" OnItemDataBound="Repeater1_ItemDataBound"> &…

c# asp.net repeater findcontrol
ASP.NET RadioButtonList in Repeater?

aspx file: <asp:Repeater ID="Repeater_sorular" runat="server"> <HeaderTemplate> </HeaderTemplate> <ItemTemplate> &…

asp.net repeater checkboxlist radiobuttonlist
ASP .NET Using a Repeater inside of UpdatePanel with UpdateProgress

I am using ASP .NET 4.0 using C#. I have a web form where all of my layout exists within an …

updatepanel panel repeater linkbutton updateprogress
How to save items loaded in a repeater?

I am loading a set of records that load in a Repeater control. I have a CheckBox control for each …

asp.net repeater
Repeater Button CommandArgument is Empty String

Losing my mind with this one. My button gets a commandargument of empty string even though the commandargument gets set. …

asp.net vb.net repeater commandargument
Render empty repeater

When Repeater contains no items it's not get rendered in HTML at all, even HeaderTemplate or FooterTemplate. I need to …

asp.net repeater
Invalid postback or callback argument. Getting only In Case of Image Button

I am getting the following error : Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/&…

c# asp.net repeater eventvalidation
How to use datapager with Repeater

I have a Repeater control and inside my Repeater control I have many controls like gridview, detailsview and some other …

asp.net vb.net repeater datapager
Access Parent Repeaters DataItem Property

I have a control that has a Repeater, rptReferrals, that runs through a list of Entity objects, Referrals. The Referrals …

c# asp.net repeater nested-repeater