会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Practice makes better
Any fool can write code that computer can understand. Good programmers write codes that humans can understand.
博客园
首页
新随笔
联系
订阅
管理
2005年7月26日
treeview 的使用心得
摘要: 技巧一: 可以设置在treeview的node上的点击事件,包括单击, 展开, 收缩, 双击, 右键单击等.采用的方法是通过服务器端注册客户端事件,代码如下: tvMenu.Attributes.Add("onselectedindexchange", "TVChangeIndex();"); 这是服务器端注册部分, 添加到page_load事件中. 以下为客户端代码: 详细示例请见: http...
阅读全文
posted @ 2005-07-26 16:37 margiex
阅读(6090)
评论(3)
推荐(0)
编辑
公告