Treeview SelectedNodeChanged event not firing

本文详细介绍了ASP.NET中TreeView控件的工作模式,包括选择模式和导航模式的区别。通过设置NavigateUrl属性,可以切换节点的显示模式。默认情况下,点击选择模式的节点会触发页面回发并引发SelectedNodeChanged事件。文章还提到了如何使用SelectAction属性来指定不同的事件,以及如何通过TreeView的SelectedNode属性确定被点击的节点。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Ref: (http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.treenode.aspx)

Ref: (http://www.codenewsgroups.net/group/microsoft.public.dotnet.framework.aspnet.webcontrols/topic9080.aspx)

The text of a node in the TreeView control can be in one of two modes: selection mode or navigation mode. By default, a node is in selection mode. To put a node into navigation mode, set the node's NavigateUrl property to a value other than an empty string (""). To put a node into selection mode, set the node's NavigateUrl property to an empty string.

 

By default, clicking a node that is in selection mode posts the page back to the server and raises the SelectedNodeChanged event. You can optionally specify a different event to raise by setting the node's SelectAction property. For more information, see SelectAction. To determine which node was clicked in selection mode, use the SelectedNode property of the TreeView control.

转载于:https://www.cnblogs.com/javafun/archive/2008/06/06/1214862.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值