Questions tagged [datarepeater]

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

The Repeater control may be bound to a database table, an XML file, or another list of items.

Available for trough Visual Basic Power Packs (since version 3.0).


Also see for version of repeater.

127 questions
2
votes
1 answer

How can I bind a DataTable to a DataRepeater(Windows Powerpack) at Runtime?

I'm currently attempting to use the Windows Powerpack DataRepeater control to display data from a DataTable. So far, the DataRepeater recognizes that the resulting DataTable called from the Database has 8 rows, but I haven't been able to get the 3…
Christian
  • 503
  • 3
  • 7
  • 21
2
votes
3 answers

ASP.net putting a dataitem in a repeater

I've got a: Data repeater Control in the repeater And I'd like to put some values into the controls. At the moment I have a control in it as: snip
Tom Gullen
  • 61,249
  • 84
  • 283
  • 456
2
votes
1 answer

asp.net repeater control for displaying images and associated names

I want to implement an image gallery in asp.net/C#. I am using sql server 2008, visual studio 2010 and .NET 4.0. I have made a webpage and now want to display 6 images as thumbnails (and their names just below the thumbnails) at the center of the…
zack
  • 7,115
  • 14
  • 53
  • 63
2
votes
1 answer

Count number of download of file through repeater in asp.net

I want to count number of download of particular file in asp.net, I am using repeater and file source is CommandArgument='<%#Eval("source"). but problem is how to pass file id, can it possible pass two CommandArgument in repeater. click…
KKDev
  • 141
  • 1
  • 3
  • 17
2
votes
1 answer

Delete Row from asp:Repeater with Button

My first question that's not homework related, feelsgood.jpg asp C# project with RavenDB I'm trying to delete rows from a repeater using this button at the end of a row:
2
votes
0 answers

How to handle individual Datarepeater Item Events in VB.NET

Using Visual Basic 2010 Express See link below for a screenshot of my form. The left 2/3, in alternating blue & gray backgrounds, is a datarepeater. How can i access/handle events of the individual repeater item controls? For instance, one thing i…
cilawski
  • 21
  • 2
2
votes
1 answer

Using Datalist Items within a nested repeater

I have this code for a blog which is nesting a repeater control within a datalist. I'm trying to assign the alt tags of the repeater control images to be the title of the post coming through the datalist however, it will not let me though this…
T.J. Wallace
  • 154
  • 1
  • 1
  • 13
2
votes
0 answers

Repeater in kendo

I used to work in Angular and now I'm beginning in kendo. I',m looking for something like ng-repeat(Angular) in Kendo. When I want to dynamicly repeat something from datasource (articles, buttons, pics etc.), I simulate repeater with unorderedList…
KubaKubikula
  • 370
  • 2
  • 14
2
votes
1 answer

Handle Button Click in WinForm DataRepeater C# Power Pack

i want to handle winform button click in the DataRepeater, how can i do it? all button are placed in a DataRepeater Thank you very much
DucDigital
  • 4,580
  • 9
  • 49
  • 97
2
votes
1 answer

How to pass an repeating object to an user control into repeater

For example I use telerik rad grid, and bind list of users to it rgUsers.DataSource = GetUsersList(); rgUsers.DataBind(); I have user control UserEditor that receives User object,
IgorCh
  • 2,641
  • 5
  • 22
  • 29
2
votes
1 answer

How to Set unique IDs to DataRepeater Link Labels

It is a Windows Form Application in C#. I am using DataRepeater Control in which I am displaying three columns: Text Label,Link Label,Link Label Following is the screenshot: Following is the code which populates DataRepeater: private void…
Azeem
  • 2,904
  • 18
  • 54
  • 89
2
votes
1 answer

Why won't my windows form Data repeater Resize?

After searching for a few days, i thought maby someone can help me. I'm making a Windows form Application. And on one of my views i have a repeater with a label in there. This label is dynamicly sized. But My DataRepeater item won't adjust to the…
Spons
  • 1,593
  • 1
  • 17
  • 46
1
vote
1 answer

ASP.NET Find DropDown Value Inside Repeater Control

ok, ive had a few questions on this subject, i hope Im clearer this time. I want to find the values from a number of dropdown controls inside a repeater control. I eventually want to build a multidimensional array, so I can loop through each item…
Mark
1
vote
1 answer

DataPager doesn't list further than the 2nd page

DataPager has some strange behavior. So to situate the problem, I have a DataPagerReapeater with information. And I have a DataPager, which I made to work together. I have 3 pages, but DataPager has some strange behavior. When I'm on the first page…
Alnedru
  • 2,573
  • 9
  • 50
  • 88
1
vote
1 answer

How to access controls inside DataRepeater

I have 2 textBoxes inside WinForms DataRepeater (Microsoft.VisualBasic.PowerPacks.DataRepeater) and a button When the button is clicked, I want to access these textBoxes How can I achieve this?
techBeginner
  • 3,792
  • 11
  • 43
  • 59
1
2
3
8 9