开发者

How i can show chekboxlist in parent/child relation

开发者 https://www.devze.com 2023-02-11 19:20 出处:网络
How i can show CheckBoxList in parent/child relation. I want to show CheckBoxList of asp.net in parent/child relation.

How i can show CheckBoxList in parent/child relation. I want to show CheckBoxList of asp.net in parent/child relation.

for example: where [] is CheckBox

  • []computer

    []laptop

    []desktop PC

    []Monitor

  • []Business

    []Business Ideas

    []Business Opportunities

    []Home Business

    []Industrial

    []International Business

    []Manageme开发者_如何学Pythonnt


we can also do it using the TreeView Webcontrol since the TreeNodes in TreeView control support display a checkbox in each node.

Check out the following article

TreeView Control


I have tried to implement this tree using HTML. You can see this.

Please correct me if I am wrong.

0

精彩评论

暂无评论...
验证码 换一张
取 消