Tree View check uncheck

saidev

Active member
Joined
Dec 22, 2005
Messages
27
Programming Experience
1-3
Hi Guys,
If i check the parent node then all the child nodes need to be checked, at the same time if i uncheck the child node parent node needs to be unchecked.. can you guys help me with the vb.net code..
Thanks,
 
Moved from ASP.NET General to Web Forms.

I answered this question at a different forum but there was no indication that it was an ASP.NET question. Are you using the WinForms TreeView or the new WebForms TreeView? This is kinda important information that you should include when posting a question. If it's the WebForms TreeView then you'd have to alter my other advice a little and use the TreeNodeCheckChanged event instead. Without having used the WebForms TreeView I can't be sure, but I think everything else should be the same.
 
Tree View Check uncheck vb.net, asp.net

Hi Jim,

it is a webform treeview control, could you please provide me the code for this.

If i check the parent node then all the child nodes need to be checked, at the same time if i uncheck the child node parent node needs to be unchecked.. can you guys help me with the vb.net code..

Thanks
 
Back
Top