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
0
votes
2 answers

ASP.NET Repeater - how to refresh data on button submit

I saw similar posts but some weren't clear. Here is the repeater head: I have a button:
balexander
  • 23,131
  • 14
  • 45
  • 68
0
votes
2 answers

Winforms .NET DataRepeater - Unbound checkboxes won't maintain checked / unchecked state on scroll

I have a WinForms application that retrieves items from a database and displays them in a list: The Checkbox is unbound and enables users to select as many of the parts listed and…
0
votes
0 answers

Asp.net Repeater Table style to show check boxes in the rows

I tried few ways of implementing Asp.net Repeaterto show check boxes in the rows. But the html table is doesnt seem to work as expected. Could anyone please help?
user2082630
  • 259
  • 1
  • 3
  • 11
0
votes
1 answer

RadioButtonList with Repeater

I read a very good article here: (Displaying Data with the DataList and Repeater Controls…
James
  • 21
  • 1
  • 4
0
votes
1 answer

How to autoscroll through a datarepeater display?

In my webforms site in asp .net using c# in VS2015 This is a dashboard application, and I have a situation where i have datarepeaters which have a row count that do not vertically fit on a display. What i would like to do is do a auto scrolling…
0
votes
1 answer

Unbound Data Repeater Scroll Issue

I Dragged a DataRepeater into my form. Added a TextBox to the DataRepeaterItem. Added A button to the form. Wrote these 2 Lines of Code : Private Sub Button1_Click(..) Handles Button1.Click DataRepeater1.VirtualMode = True …
0
votes
1 answer

How to display a list inside another list in a Winfoms DataRepeater

I am using C# Windows Forms and a codefirst database (Visual Studio 2013 Ultimate). Is it possible to display a list inside another list in Windows Forms? (The emphasis is on -displaying- the data). Please see this project as an example:…
philipp-fx
  • 619
  • 1
  • 8
  • 21
0
votes
0 answers

Datarepeater does not always raise CurrentItemIndexChanged event

[Solved, below. Posted in case anyone else has this problem.] I have a form with a datarepeater ('DR' henceforth) that displays several rows. One of the controls in the DR is a checkbox. When the user clicks the ckeckbox in one of the rows, that row…
PaulWolt
  • 5
  • 1
  • 4
0
votes
1 answer

Get the Clicked Item TextBox Displayed in Repeater Control ASP.Net

I need to implement discussion forum,so I am currently using asp.net repeater control. I have a textbox for adding a reply for each repeater item. Currently I am using a java script and styles for it. On first load the reply panel would not be…
KIS
  • 129
  • 1
  • 10
0
votes
0 answers

C# How to send Data from DatagridView to Data Repeater

I have a form with a datagridview and a Data Repeater. On double click on a row in datagrid view i can pass a value to a textBox1 , but i cannot pass a value to another textbox inside the data repeater here is my code and please check image of form…
Johnny
  • 85
  • 1
  • 2
  • 10
0
votes
1 answer

Get textbox value in repeater control when button in same row is clicked

I have this repeater:
Laziale
  • 7,965
  • 46
  • 146
  • 262
0
votes
2 answers

Can we pass multiple eval field in one command argument in Repeater Control?

can we pass multiple eval field in one command argument. my code is here
KKDev
  • 141
  • 1
  • 3
  • 17
0
votes
2 answers

Change link button color in Repeater

I am using Data Repeater and Link Button inside repeater . I want to change the color of clicked button but it is not working . Here is my code.
Farman Ameer
  • 1,234
  • 2
  • 16
  • 22
0
votes
2 answers

insert dynamic text "google ads" on a asp.net repeater

I want to insert Google ads on a asp.net repeater on the 3rd iteration. I'm trying to figure out how to do this, here is what I have.
roncansan
  • 2,310
  • 6
  • 27
  • 34
0
votes
1 answer

How to Conditionally determine Number of Data Items of a Nested Repeater Control!

I can use nested repeater to show my grouped data on a page (according to this: http://goo.gl/sH6g). In my case I have Category-Products structure and want to show each category and its products under it. But here are my problems: How can I limit…
Mehdi
  • 5,435
  • 6
  • 37
  • 57
1 2 3
8 9
Image Caption