Whenever I first load the treeview, those node that had child node will display as link node(like a url link), then when click on it, it will refresh (I think it postback, maybe because I am using simple treeview template in the tutorial, where there a label to postback which tree node you had click).
After every link node had been click once, when you click on the tree node again, it wouldn't refresh the page.
At first, I thought it was the tree view adapter fault. Within the TreeViewAdapter, but when comment out the raisepostbackevent sub, the compilar display error.
My question is how to change this into a normal node. How to change it?