I am allowing a user to check the checkboxes associated with nodes in my treeview.
I would like to prompt the user for their input as soon as a specific node is checked.
For Example:
if node#2 is checked then get user input
-
how do i do this? is the best way c# with javascript?
if so , then how? -
how would i get a list of selected notes after submit button is clicked?
To get the selected node when user check a node you have to fire postback in javascript in head tag
Like
and put above code inside TreeNodeCheckChanged event of Treeview
like