Results 1 to 2 of 2

Thread: [RESOLVED] Find Control html Table

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Location
    AZ
    Posts
    67

    Resolved [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


  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Location
    AZ
    Posts
    67

    Lightbulb Re: Find Control html Table

    The 'handles' code was taken off.... geez

    Thanks anyhow

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width