Stopping TreeView Postback on + & - click in an autopostback treeview
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have a true autopostback treeview. Whenever i expand or collapse the treeview by clicking on the + or - sign. it refreshes the page but does not goes to the selectedindex change event in code. i want the page to refresh only when i select some value or text in the treeview and not when i expand/collpase the tree. How can i do that. How can i raise the postback event only when i select some value or text in treeview? (OR) How can i restrict the postback event when i expand/collapse the treeview? Thanks