asp.net treeview checkbox selection

后端 未结 4 1169
不知归路
不知归路 2020-12-29 17:44

I have several parent nodes. Each parent nodes contains a list of child nodes. My showcheckboxes are set to all.

My question :

On the client side, when I ch

4条回答
  •  攒了一身酷
    2020-12-29 18:39

    tv.Attributes.Add("onclick", "OnTreeClick(event)");
    

    Add this javascript code

    
    

提交回复
热议问题