ASP.NET AJAX Control Toolkit: Conditional ModalPopup

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!

0


a source to share


1 answer


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.



+1


a source







All Articles