Questions tagged [nested-repeater]

Use this tag when the structure is like that one Repeater (Child) is placed inside another Repeater (Parent). Both Repeaters will bind from different Data Sources.

If you use Repeater in nested structure then you have to bind both Repeaters (Parent and Child) from different Data Sources (can be DataTable, List, Database etc).

The nested structure could be:

(-) Repeater -> Parent
 (-) Controls
 (+) Repeater -> Child

Note: Child Repeater will be bind in RowDataBound event of Parent Repeater with C#.

99 questions
0
votes
0 answers

Is there a better option than nested GridViews?

The question here is about using nested GridViews or to "pre-assemble" the data from two tables using an SQL UNION in order to display it with a single GridView so that it appears as shown on the image below. I am working on an ASP.Net project for…
0
votes
1 answer

getting datediff/timespan between records

Let's say I have a basic asp.net C# web app where I enter the dates of different events, say oil changes, for example. And I want to track this for different vehicles. And then I want to calculate the difference in days between oil changes. So for…
walstib
  • 63
  • 10
0
votes
1 answer

Child Repeater control fails to hide or show Panel Control when used inside nested repeater

I am Using Nested repeater Controls to show albums by Year Out put should be like Year -- Album 1 Album 2 Album 3 Album 4 [IMG More] Year -- Album 1 Album 2 Album 3 Album 4 [IMG More] Year -- Album 1 Album 2 Album 3 Album 4 [IMG More] SOLVED: I…
Learning
  • 19,469
  • 39
  • 180
  • 373
0
votes
1 answer

Display data in Nested repeater control & how to pass value parentID from Parent Repeater to Child Repeater using asp.net

I have to display photo gallery as show in the image. I store information for photo gallery in 4 different tables. i need to show on main page CategoryName and Albums along with their respected Icon and link them to a AlbumCategoryPage.aspx. In…
Learning
  • 19,469
  • 39
  • 180
  • 373
0
votes
1 answer

Using parent data as the zerotext of a nested repeater

If my nested repeater returns no results, I want the zerotext result to be from the parent item. I can't figure it out; I've read around the issue but nothing seems to cover this specifically. I'm using Kentico EMS v6. Is it even possible? Thanks,…
Sinister Beard
  • 3,570
  • 12
  • 59
  • 95
-1
votes
1 answer

dropdownlist's **selected values cannot be duplicate**

I have nested repeater. And in child repeater there is a dropdownlist for each record.This dropdown contains static items that is 1,2,3 and now i want to check the user cannot selected a value twice from a group.Actually what is it..When i click on…
Ram Singh
  • 6,664
  • 35
  • 100
  • 166
-1
votes
1 answer

Advanced Custom Field post object inside 2 nested repeater is not working

I am trying to achieve like this.. I am trying to show a post object as repeater inside 2 nested repeater field.. I am using this repeater and post object in a page template called page-bagels.php . These 2 repeater showing the 2 row as output as…
-1
votes
1 answer

Assign a Parent item with Child data in nested repeater C#

Can you set a parent tag (Label) with a child data within a nested repeater?
Mike C
  • 63
  • 1
  • 11
1 2 3 4 5 6
7