I need to show a modal popup if the user has selected a treeview node at a specific depth.
Is there a way to show the modal popup conditionally?
Thanks!
If you are using ModalPopupExtender, you can display the modality in a postback. Place the TreeView in the UpdatePanel and when the node is selected at the given depth show the modal.