Hi Sunny,
The text of a node in the TreeView control can be in one of two modes:
selection mode or navigation mode.
When a node is in navigation mode, all selection events are disabled
for that node. Clicking the node in navigation mode directs the user to
the specified URL.
You have used the NavigateUrl for all the nodes, so only
OnSelectedNodeChanged is not getting fired.
Refer this link for more information:
http://msdn2.microsoft.com/en-us/lib....treenode.aspx
-Bhuvana
[
http://www.syncfusion.com/faq/aspnet/default.aspx]