How to Fire TreeView OnSelectedNodeChanged

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alps11
    New Member
    • Feb 2008
    • 1

    How to Fire TreeView OnSelectedNodeChanged

    I have treeview with datasource from web.sitemap file, which provide url and title for each node (parent and child). I want to expand treeview when user clicks the parent node(since parent node has url , OnSelectedNodeC hanged does not get fired ) How to expand treeview node which has url.
Working...