Hi,
I'm trying to build an interface that has a treeview on the left and a "details" form on the right. There are different types of items, so I have created user controls to display each type, which I display in an UpdatePanel.
Ok, so I am getting the treeview built and getting the form to show when a node is clicked.
BUT
I want to have an OK and a Cancel button on the form, both of which should result in the form being re-displayed. Sadly, I can't figure out how to do this.. Also, I find that if I click on a node once it's been selected, it posts back and, because the node
hasn't changed, the code tied to the selected node changed event doesn't fire and the form is removed!
Can anybody point me at a resource that shows how to achieve this?
Thanks!
Go to the complete details ...