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
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