|
-
Sep 29th, 2005, 10:48 AM
#1
Thread Starter
Lively Member
[RESOLVED] Find Control html Table
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|