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.

2759 questions
0
votes
1 answer

How Can add I selected value of DropDownList inside a Repeater to the listbox control in ASP.Net

How can I get the value of the selected item inside the repeater object that I filled from the database, again in the dropdownlist object that I filled from the database? How can I transfer the values ​​of the items I selected from these…
0
votes
1 answer

repeater binding hierarchical anonymous type

hi have some problem with DataBinding i want to create a nested menu with repeater controls code var menu = from xx in DB.DataSet group xx by xx.dataEmisji.Value.Year into years select new { …
WKordos
  • 1,909
  • 15
  • 15
0
votes
2 answers

How can I edit the DropDown item in the Repeater control

In this I have added one DropDownList in the Repeater control, For that one DataTable is assigned as the DataSource. But I want to edit the DropDownList.Items as per the DataSource data. Means if the DataSource will give the 3 data then the…
0
votes
0 answers

pre populating nested repeater

I have to open my form in edit mode .In my form I have a nested jquery repeater , in which for one classname I can have multiple students name age etc. and also I can have multiple classnames. I want to populate data which is there in json to the…
arwa
  • 1
0
votes
0 answers

Scroll inside ChartView QML

EveryOne, so in my project I'm trying to create Chartview dynamically using repeater so I want to use a ScrollView for that how to do it?, also inside this ChartView in the axis X I want have an horizontal Scoll so that I can scroll the axis X is…
0
votes
1 answer

How to debug a C# paging program with repeater

I am not able to get the desired result from a post that I am following to implement on my website. I want to do paging using the repeater control. I am referring to this method (post) for implementing the (post of c sharp corner) Description of…
Jay
  • 7
  • 1
0
votes
0 answers

How I do get this voice assistant to keep answering me

I works on the first reponse, but no in the second one. why? it has: return voice_data . on it. please help, . for example: -Need…
0
votes
1 answer

c# web application | Web page gets freezed - no loading

My application till today we running absolutely fine. I usually follow below steps before I upload the files to web-server: 1. Re-Build solution 2. Open all web form in the browsing (debugging the code) 3. Publish the code Below is the problem which…
Jay
  • 7
  • 1
0
votes
0 answers

How to use linq with datatable and bind to the repeater in asp.net

I am trying to create a menu using linq. I am getting all menu items in dataset. I would like to show like this: Main Menu Item 1 -Sub Menu -Sub Menu Main Menu Item 2 -Sub Menu -Sub Menu How can i use linq to sort data like this? All data stored in…
Hallowen
  • 123
  • 10
0
votes
2 answers

Table - Increasing the space between header and first row

I want to increase the space between the header row and the first row in the table. How do I do this? I have the following:
Riain McAtamney
  • 5,922
  • 17
  • 45
  • 60
0
votes
0 answers

ACF repeater fields not showing up before manual update of the post

I have developed a plugin which fetches posts from another websites API. I have two post types on my local site: post1 and post2 Plugin compares post1 to post2 and syncs only the missing post2 posts from the API. So, a new post is…
0
votes
1 answer

How to access XML subnode in repeater

I'm am trying to figure out how to access a subnode in serialized xml data using a repeater in my asp.net web form application. I can access all the xml element data on the first layer, but not on the second (Benefits). My issue is that I cannot…
mddev
  • 25
  • 4
0
votes
0 answers
0
votes
1 answer

How do I populate JSON array to ASP:repeater

I am stuck with porting and formatting JSON array into ASP:Repeater JSON Array: { "root":[ { "prog_id":"P1000004", "prog_name":"Course1", "prog_banner":"", "isClientActive":"", "courses":[ …
0
votes
2 answers

ASP.net Repeater How to change header template caption server side?

I want to change the text "Employer Info" to something else depending o the state of certain variables. How do I get a reference to the caption so I can change its text?
Roto
  • 390
  • 2
  • 3
  • 13
1 2 3
99
100