Team,
I have created an hierachical structure using data controls
I have a structure of the format
Parent DataList 1
Child DataList 1
- Label
-Textbox
Child DataList 2
- Label
-Textbox
Parent DataList 2
Child DataList 1
- Label
-Textbox
Child DataList 2
- Label
-Textbox
Parent DataList 3
Child DataList 1
- Label
-Textbox
Child DataList 2
- Label
-Textbox
Child DataList 3
- Label
-Textbox
I have the
DataList1_ItemCommand for the Parent dataList.
i can do e.items.findcontrol for controls that are defined for parents
I want to access
Parent 1 > Child 1 > Label
within the DataList1_ItemCommand
Please help me in this.
Thanz
I have created an hierachical structure using data controls
I have a structure of the format
Parent DataList 1
Child DataList 1
- Label
-Textbox
Child DataList 2
- Label
-Textbox
Parent DataList 2
Child DataList 1
- Label
-Textbox
Child DataList 2
- Label
-Textbox
Parent DataList 3
Child DataList 1
- Label
-Textbox
Child DataList 2
- Label
-Textbox
Child DataList 3
- Label
-Textbox
I have the
DataList1_ItemCommand for the Parent dataList.
i can do e.items.findcontrol for controls that are defined for parents
I want to access
Parent 1 > Child 1 > Label
within the DataList1_ItemCommand
Please help me in this.
Thanz