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

How to clear table adapter and refill with updated data while foreign key is set to cascade on delete

everyone, I have two tables (Project_Info and Task_Info). I want the Task_Info_Datarepeater to update its data after I brought changes in tasks and returned in project form. Keep in mind that the Task_info_Datarepeater is located at project…
0
votes
1 answer

How to retrieve the check state of CheckBox from database while the CheckBox control is on the DataRepeater

I want to retrieve the checked state of the unbound CheckBox control on the DataRepeater and database using C# in win forms. I dragged the "Task State" field from Task table as a label containing the 0 (which will be used as false) and 1 (which will…
0
votes
1 answer

A specific layout of repeating data required

I want to show database data along these lines: [row 1 col 1] [row 1 col 3] [row 1 col 2] [row 1 col 4] [row 2 col 1] [row 2 col 3] [row 2 col 2] [row 2 col 4] [row 3 col 1] [row 3 col 3] [row 3 col 2] [row 3 col 4] Etc Can something…
lucky Len
  • 3
  • 3
0
votes
0 answers

why visual studio 2010 DataRepeater does not display images

since one month I stacked in the Data Repeater of Visual Studio 2010, trying to display images of a table, but no result. at last some developers told me that visual studio 2010's Power Pack has bug, so they told me to try it with Visual Studio…
0
votes
2 answers

What is the best way to display comments in ASP.NET?

I'm developing a social network using Microsoft Technologies. I want to make a Wall similar to the one in Facebbok. What is the best way to do it and display comments ? Repeaters ? I'm using classic ASP.NET not MVC
Morano88
  • 2,047
  • 4
  • 25
  • 44
0
votes
0 answers

Catching "Start of scrolling" event in DataRepeater

I am currently looking up the way to catch the event which happens before ScrollEvent is fired in DataRepeater Control(Just only happens once, not during scrolling). And I found no luck or clue. Anyone knows how to do that, or any…
Kingcesc
  • 84
  • 1
  • 6
0
votes
1 answer

Display generic list data back to repeater in a grouped manner

I have a generic list List StudentInfo has Name,Marks,Subject,Age as properties. I get this StudentInfo back as as list, which am trying to bind to a repeater.
Sharpeye500
  • 8,775
  • 25
  • 95
  • 143
0
votes
0 answers

Winforms datarepeater doesn't swipe scroll on a touchscreen

I'm using the datarepeater that comes with the visual basic power pack in a winforms application. The problem I'm having is that the control doesn't allow swiping inside the container to scroll up and down. You can still use the scroll bar itself,…
broke
  • 8,032
  • 16
  • 54
  • 83
0
votes
1 answer

Add Data to DataRepeater Control in winform

Visual Studio 2008 service pack 1 comes with Visual Basic Powerpack and has DataRepeatr control. i want to know that how I can add data in this control. i have in memory data. the examples i found on net are about binding DataSet to DataRepeater by…
Mohsan
  • 2,483
  • 6
  • 47
  • 62
0
votes
1 answer

Angularjs ng-repeat: how to detect a collection vs an array

I need to repeat over either a collection or an array, depending on the situation. How Would I do that, provided the following approach causes "ngRepeat: dupes", code snippet as follows:
Stéphane de Luca
  • 12,745
  • 9
  • 57
  • 95
0
votes
0 answers

C# Datarepeater check Textbox Value

I have a C# Datarepeator on my Form1 and I bind it dynamically with Binding Source. and everything is fine by displaying the data. Now I have to check an textbox value for each item in the repeater using if statement and if true then I should write…
user3213767
  • 179
  • 2
  • 2
  • 9
0
votes
1 answer

Changing the selection of RadioButtons in a GroupBox within a DataRepeater will change the selection of other RadioButtons

I have a DataRepeater in which I have a Label (LabelID) and a GroupBox which contains RadioButtons. I am binding the Labels to a column from a DataTable and what I wish to do is to give the user the chance to select one of the Radio Buttons within…
Dogahe
  • 1,380
  • 2
  • 20
  • 50
0
votes
1 answer

Getting subcontrol in Repeater

I am using ASP.NET and C# on .NET 4 to develop a simple app. I have a repeater with an item template containing a few controls; one of them is a label that must be set depending on a complex calculation. I am using the OnItemDataBound event to…
CesarGon
  • 15,099
  • 6
  • 57
  • 85
0
votes
2 answers

Using Repeater for an updateable form

I have a list of parameter names for which I want a user to type in some values, so I do this:
Andrey
  • 20,487
  • 26
  • 108
  • 176
0
votes
1 answer

Nested DataRepeaters for C# WinForms and Drag&Drop

I am using nested DataRepeaters (v12) in a Windows Forms Application. I want to be able to Drag&Drop Items from outside the DataRepeater to a DataRepeater contained inside the DataRepeater. But the Drag-Events seem only to fire for the top-level…
Ashwani Mehlem
  • 125
  • 1
  • 7
1 2 3
8 9