2006年11月21日
摘要: here is the code... 阅读全文
posted @ 2006-11-21 21:37 JIN Weijie 阅读(1169) 评论(0) 推荐(0) 编辑
摘要: 早上实现了在子页面更新数据以后,父页面刷新树的功能 思路: 父页面有个隐藏的html button作为proxy,子页面保存完数据以后,用js调用父页面的html button的触发函数click(); 父页面有个asp.net的link button控件,text="",等于也是隐藏的,它负责调用后台cs代码里的负责刷新树的方法; 父页面的html button onc... 阅读全文
posted @ 2006-11-21 21:36 JIN Weijie 阅读(731) 评论(0) 推荐(0) 编辑