Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Find Control , Referencing Controls in Heirachical structures.

Status
Not open for further replies.

shaharpan

Programmer
Mar 23, 2005
6
US
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



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top