Questions tagged [repeater]

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

The ASP.NET Repeater is a basic container control that allows you to create custom lists from any data available to the page. It's a handy control, especially since most ASP.NET pages that display data need to repeat the same kinds of data over and over.

2797 questions
0
votes
1 answer

is there a one cell formula for getting a comma separated list with increasing numbers in EXCEL

Look at the picture below: I have 3 cells containing the starting number(B4=1), the increment number (C4=2) and the desired amount of numbers in the list (D4=3). In F4 I would like to have a list of comma separated values in F4 (1,3,5). I tried…
Abe
  • 45
  • 3
0
votes
1 answer

jQuery.repeater doesn't work with jQuery Ui sortable

I am using jQuery.repater library for creating repeateble form. And i want sortable all repeateable fields with jQuery Ui Sortable library. Everthing is ok but, when i sort repeatable fields, input name orders doesn't reindexing. As described here,…
wpuzman
  • 340
  • 1
  • 5
  • 14
0
votes
1 answer

How to use QML Repeater for page indicator?

Below is part of my code. It's working fine, however I spent a lot of time trying to solve it with Repeater to be more elegant and flexible, but couldn't. Could you please suggest a solution to me? The areaMachine is in an other qml file. Row { …
0
votes
1 answer

ASP.NET Repeater will not show data

I have an ASP.Net Repeater I want to use to show From and Text from a dataset and I want to add it programmically. I have all the data in a dataset and can use that and I have verified the correct number for datarows when it loads so the data is…
JPJedi
  • 1,498
  • 7
  • 32
  • 58
0
votes
0 answers

$w.at Event Handler runs recursive when fired on repeater. WIX / Corvid / Velo

I have a pretty simple example of export function (event handler mouseIn) which works somehow odd for me. I have a repeater filled with 150 elements. When I had 10 elements all was fine. But the more elements there are, the slower the function…
Arnobi
  • 1
  • 2
0
votes
0 answers

Accessing Label Controls from inside the Repeater

I am fairly new to ASP.NET and I am trying to add the number i created in the backend to be inserted into the label text field in the front-end but Im not being able to access the Label (lblAmountNumber) inside the Repeater i guess it is not…
M_O_MEN
  • 1
  • 2
0
votes
1 answer

Bootstrap modal inside the repeater ASP.Net

I am trying to show the information in a modal from a repeater. My sample code is fllowing.
0
votes
2 answers

View and download files uploaded via a form in Kentico

In Kentico, how can make it possible for site users to see and download files uploaded by other users through a form? I make a form in Kentico CMS. Users can fill and submit it properly. My form has an upload file field. I made a new page to show…
0
votes
2 answers

Want to access controls in dynamically created nested repeater

I have searched all around for a solution, and have stepped through my code, but I can't seem to find my childRepeater in a button click event. The button is placed in the footer of familyRepeater, if that matters for this issue. The childRepeater…
Tonya
  • 35
  • 7
0
votes
1 answer

Recalc Cart In ASP.NET Site

ComfortablyNumb
  • 1,448
  • 10
  • 37
  • 64
0
votes
1 answer

Kentico Repeater -Help writing transformation and including show/hide

I have created a repeater as the page type, with a transformation for which I need to "show" the fields if the user clicks "Read More" and then hide if the user clicks "Read Less". I know how to do this in html/js, but not quite sure in a…
0
votes
1 answer

how to filter data of repeater items based on radiobuttonlist in another repeater

I have a shopping page where I am displaying filters on the left and side such as category, price, color, etc. and displaying products on the right hand side. I am using repeater for filter data i.e. using radio buttonlist to filter data and trying…
0
votes
0 answers

Find index value of repeater to open new webform and read data from SQL

How do I pass the ID value linked to a repeater row to open the values in a new webform with textfields which can then be edited and updated in repeater (SQL Stored procedure). I am new to repeaters and I managed to do this using a GridView but I'm…
N101Seggwaye
  • 75
  • 2
  • 16
0
votes
0 answers

Get value of multidimensional array in array

I have below values in formsubmit, items[0][item_name]: Test items[0][item_description]: testing1 items[0][item_price]: 11 items[0][item_group]: 18 items[0][item_code]: 11 items[0][item_is_active][]: 1 items[1][item_name]:…
rjcode
  • 1,193
  • 1
  • 25
  • 56
0
votes
0 answers

Flickering in QML SwipeView

Summary QML Swipeview has problems updating when model of repeater is reset. The Qt version is 5.12. Description Following the doc in (https://doc.qt.io/qt-5/qml-qtquick-controls2-swipeview.html) a SwipeView is implemented. Difference with the…
Adso4
  • 111
  • 3
  • 10
1 2 3
99
100