A
Adam Knight
Hi All,
I have a repeater control nested inside another repeater control.
The nested (child) repeater control, is bound to an object data source.
My problem is, i need to send a data item value from the 'item' of parent
control
as a parameter to the object datasource of the child repeater control.
Any thoughts on how to best do this? Declaritively?
Will this only be achievable using code in the parent Repeater controls
OnItemDataBound event?
Ie retrieve child repeater control, get data from dal, associate data to
child repeaters datasource,
bind child repeater control.
Input appreciated!!!
Adam
I have a repeater control nested inside another repeater control.
The nested (child) repeater control, is bound to an object data source.
My problem is, i need to send a data item value from the 'item' of parent
control
as a parameter to the object datasource of the child repeater control.
Any thoughts on how to best do this? Declaritively?
Will this only be achievable using code in the parent Repeater controls
OnItemDataBound event?
Ie retrieve child repeater control, get data from dal, associate data to
child repeaters datasource,
bind child repeater control.
Input appreciated!!!
Adam