I am trying to add a TextBox or DropDownList to nodes in a standard ASP.NET TreeView control so that I can accept user input when node is selected and use the input text for postback in the code for. TreeView is configured to display CheckBoxes.
If this is not possible, is there a way to render text close to node when it is selected for input? Or maybe a Javascript prompt to enter input when node is selected?
source
share