Top "Repeater" questions

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

Display data in Nested repeater control & how to pass value parentID from Parent Repeater to Child Repeater using asp.net

I have to display photo gallery as show in the image. I store information for photo gallery in 4 different tables. …

c# asp.net repeater webforms nested-repeater
VB.NET Repeater Simple Data Binding Without Datasource

I've got a form that has to be a repeater on a webpage. I have a number parameter that tells …

asp.net vb.net repeater datarepeater
onclick event of the link button inside the reapeator control fires at the time of binding data to reapeator control

I have a Linkbutton inside a Repeater control. My code in the aspx page : <asp:LinkButton ID="lnkBtnOpenSuplmnt" runat="…

asp.net onclick repeater linkbutton
Testing a Container.DataItem with inline code

I would like to do something like this in ASP.Net 2.0: <asp:Repeater id="myRepeater" runat="server"> <…

asp.net asp.net-2.0 repeater
Is it possible to pass a value to the SelectMethod of a Repeater?

ASP.Net 4.5 introduces new ways to bind data to controls like the Repeater through the SelectMethod property: <asp:Repeater …

c# asp.net data-binding repeater asp.net-4.5
Accessing Repeater DataItem in Button_OnClick event

I have a repeater control bound to a collection of objects. When I fire off the button_onclick event, I …

asp.net repeater buttonclick
asp.net/VB.net: FindControl, instead of by ID by ControlType

i need to find a control in a repeater in my asp.net application. At the moment I'm using FindControl("…

asp.net vb.net types repeater findcontrol