How To Create A Nested LinkButtons Inside A Repeater?
I need to create a nested linkbuttons in a asp.net page that looks like a treeview, but all are linkbuttons. Example is shown below: ParentLinkButton1 ChildLinkButton1 ChildLinkButton2 ChildLinkButton3 ParentLinkButton2 ChildLinkButton1 ChildLinkButton2 ParentLinkButton3 ParentLinkButton4 ChildLinkButton1 I really don't know how to do this. Based on my research this can be done using repeated control but I don't know how to do that... Please if you can teach me step by step... Thanks in advance! NakedBrunch The following example uses a ListView instead of a Repeater. ListViews are great