S
Steve Klett
Hi-
I am developing a hierarchical navigation system. I have a DataList with
the root level items, on the ItemDataBound event, I check for the selected
item, when found I'm adding an additional DataList Control to display the
sub items. Pretty standard.
I now realize that I don't know how to format this newly added Datalist. I
am binding a complex type to it, so I need to have DataBinder.Eval() calls,
etc... but HOW can I do that? The control doesn't exist in any aspx page,
so I don't have access to the html.
Does this make sense? I hope so. If you have any suggestions, please let
me know.
Thanks,
Steve
I am developing a hierarchical navigation system. I have a DataList with
the root level items, on the ItemDataBound event, I check for the selected
item, when found I'm adding an additional DataList Control to display the
sub items. Pretty standard.
I now realize that I don't know how to format this newly added Datalist. I
am binding a complex type to it, so I need to have DataBinder.Eval() calls,
etc... but HOW can I do that? The control doesn't exist in any aspx page,
so I don't have access to the html.
Does this make sense? I hope so. If you have any suggestions, please let
me know.
Thanks,
Steve