I work on razor asp.net page model . i need to implement tree view with children's checkboxes then submit changes on every parent from selected checkboxes so are you have any sample on razor page asp.net
can you help me by provide me sample or attachement by csharp asp.net razor for tree view with children checkbox
sample below :

Prasad RaveendranPosted Jun 19, 2023, 5:07 PM
Requesting you to review the sample code attached. I hope this would help you for understanding the checkbox with children.
ahmed salahPosted Jun 19, 2023, 7:49 AM
can you help me to customize this function
GetTreeNodes() to get from database
Vishal YelvePosted Jun 19, 2023, 6:51 AM
Hi Ahmed,
Dor refer below article's
https://www.c-sharpcorner.com/article/c-treeview-to-mvc-razor-view/
https://www.aspsnippets.com/Articles/Implement-TreeView-with-CheckBoxes-from-Database-using-jQuery-in-ASPNet-MVC.aspx
Amit MohantyPosted Jun 19, 2023, 5:33 AM
Check the below example, this may help you: