Controls inside of TreeNodes and MenuItems?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • PopeDarren@gmail.com

    Controls inside of TreeNodes and MenuItems?

    A MenuItem is set up like this:

    <TD id="ctlWhatever "<-- MenuItem
    <TABLE>
    <TBODY>
    <TR>
    <TD>
    <A>Text</A>

    And a TreeNode is set up basically the same way, except it is nested
    inside of a DIV instead of another table.

    I would like to know if there is a way to access the hyperlink as a
    control on the server side? Like, is there any way I could cast a
    menu item to another type of control so I could do a .FindControl in
    it? Or anything similar? I'll consider any idea at this point.

    Thanks in advance!
Working...