Hi there
I am currently finding controls with the following method:
I am currently finding controls with the following method:
Dim
parentItem As GridDataItem = CType(e.DetailTableView.ParentItem, GridDataItem)
Me
.dsResellerDetails.SelectParameters.Add("mkOrderId", CType(parentItem.FindControl("lblID"), Label).Text)
However I need to get a text value from a gridview within a child DetailTable gridview?
i.e. I have expanded a record then expanded details within that expansion and need to FindControl at that level.
Many thanks
Steve