3种方式遍历repeater中的CheckBox全选
摘要:3种方式遍历repeater中的CheckBox全选
阅读全文
posted @
2007-07-11 17:03
Sean.Fan
阅读(319)
推荐(0)
.NET开源项目链接
摘要:.NET开源项目链接 项目 网址 简介 Rainbow http://www.rainbowportal.net/ http://sourceforge.net/projects/rainbowportal/ The Rainbow project is an open source initiative to build a comprehensive content management ...
阅读全文
posted @
2007-05-16 14:30
Sean.Fan
阅读(397)
推荐(0)
ASP.NET常用代码
摘要:1. 打开新的窗口并传送参数: 传送参数:response.write("") 接收参数:string a = Request.QueryString("id");string b = Request.QueryString("id1"); 2.为按钮添加对话框 传送参数:response.write("") 接收参数:string a = Request.QueryString("id");st...
阅读全文
posted @
2007-05-16 14:27
Sean.Fan
阅读(245)
推荐(0)