Controls inside of TreeNodes and MenuItems?

Controls inside of TreeNodes and MenuItems?

am 07.04.2008 21:57:48 von PopeDarren

A MenuItem is set up like this:

<-- MenuItem





Text

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!