Hi, Thanks for you reply..
#1: My setup is a DataSet in codebehind, a XML source in aspx, and a XSLT transformation is applied.. With this setup i assign a URL to the treeview that gets submitted upon click.. Do i need to supress this behaviour?
As per now the SelectedNodeChanged behaviour doesn´t even fire.. and thats where i need to make the treenode expand right?
#2: Where do i get the URL from? I cant´figure out a way to store the URL in the treeview so i can retrieve it in codebehind..
Btw, doesnt the treenodeexpand event require that i use the expand icons?
#3: Got it!