Nested Repeater Child Repeater Manipulation on Render

  • Thread starter Thread starter dh
  • Start date Start date
D

dh

First, I'm basing my nested repeater example on this short tutorial:

http://www.123aspx.com/redir.aspx?res=29338

I am able to display the Parent/Child data now. However, I'm needing
to manipulate the Child Repeater based on criteria being pulled from
the Child Database Table. For example, if ChildAParam2 field is NULL
set that Container.DataItem = "Something Else". Any help is
appreciated. thanks.

Parent1
--ChildA
ChildAParam1
ChildAParam2 //If this Param is NULL display "Something Else"
ChildAParam3
ChildAParam4

--ChildB
ChildBParam1
ChildBParam2 //If this Param is NULL display "Something Else"
ChildBParam3
ChildBParam4

Parent2
--ChildA
ChildAParam1
ChildAParam2 //If this Param is NULL display "Something Else"
ChildAParam3
ChildAParam4
 
Just hoping to get more views from the Monday-Friday workers out there...

*BUMP*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top