How to capture Unselected checkbox node in a asp Treeview.

  • Thread starter Thread starter udhungel
  • Start date Start date
U

udhungel

Guest
Scenario : Lets say i have a treeView that has 1000 nodes in which User has selected 10 checkboxes and clicked save and refreshes the page. It will trigger a backend logic that will save his checkbox changes to the DB.

Now User 2 will go to the same treeview and unchecks 5 checkboxes and save it . How do i capture these 5 uncheck boxes treenode in the backend .

For example if the checkbox is checked what we can do is loop through TreeView1.CheckedNodes which captures all the 10 checkboxes that User1 clicked.


Expectations : Way to figure out how to capture the unchecked checkboxes node which User 2 UnChecked on postback call. i.e 5

Continue reading...
 
Back
Top