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

Trying to embed a DataItem within an asp:Image control's ImageUrl property

I have the following Image control within a repeater. I'm trying to get the username to render in between ~/profilepics/ and .jpg but I get the following rendered…
user76071
0
votes
2 answers

How to make a comparison html table using asp repeater (data rotation)

I need to make a comparison table in HTML format, the problem is that the items in database comes as a columns but in comparison table it must be a rows! Example The data in database looks like the following ID Name Color …
0
votes
2 answers

c# Combobox binding in data repeater

I appreciate if someone can suggest to me how to bind Combobox properly to data repeater in windows form. I have created a windows form with a data repeater. The data repeater contains a textbox and a combobox. I have a dataset which contains a…
LinaHiew
  • 5
  • 1
  • 2
0
votes
1 answer

Textbox in data repeater made invisible does not mantain its view during scroll

I have created a form using DataRepeater and I have an XML file that I deserialize into a class. I then created a dataset to represent the class. I bind the dataset to my DataRepeater. I have also created some labels and textboxes and bind them to…
LinaHiew
  • 5
  • 1
  • 2
0
votes
2 answers

2 repeater controls reading 1 XML file but only the 1st one displays

I now have two repeaters that need to look at 1 XML file but only the first one works. The XML currently looks like: Example 1 Data Displays
Jason
  • 213
  • 1
  • 4
  • 15
0
votes
3 answers

Is there a way to "align" columns in a data repeater control?

Is there a way to "align" columns in a data repeater control? I.E currently it looks like this: user1 - colA colB colC colD colE user2 - colD colE I want it to look like: user1 -colA -colB -colC -colD -colE user1 -colD …
pattyboy1971
-1
votes
1 answer

Can I use datarepeater in microsoft visual c# 2008 express?

I have downloaded the VIsual Basic Power packs which contain Datarepeater, I can't see it in my microsoft visual c# 2008 express. Can I use it in the express addition?
YvonneH
  • 75
  • 6
1 2 3
8
9