Is it possible to have a page submit to itself (submit an asp variable) without refreshing it?
I've got a treeview down the left side of a page, which browses down various levels until it hits a list of documents. When the user expands the last level to display the documents, I want to also display more detailed information on the documents shown, in a different part of the screen.
Basically I'm looking for some sort of 'onclick' command for the last branch. Any suggestions?
I've got a treeview down the left side of a page, which browses down various levels until it hits a list of documents. When the user expands the last level to display the documents, I want to also display more detailed information on the documents shown, in a different part of the screen.
Basically I'm looking for some sort of 'onclick' command for the last branch. Any suggestions?