I have only one question : I have ASP.NET TreeView control. Each node in the TreeView has a Tag property assigned. All i Want to do is to catch the NodeClicked event in JavaScript and display the TagProperty in the textbox . Is this possible ?
Thank you,