I am trying to grab 'hook' to and html table ran as a server control called tblLine through two other tables tblShell and tblImage

p.s. for the moment tblLine is a server control while the others are not

when tblImage was not in place I was able to get ahold of tblLine but once I put in tblImage my code wouldn't run the ItemDataBound code.

Do you know of anyway to go through the hierarchy

This is the code I was using to grab hook of tblLine but I am not sure if an added table would not make it run.


Code:
  tblTable = CType(e.Item.Cells(1).FindControl("tblline"), HtmlTable)

Thanks for your help

~Zoila