首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2006年4月6日

摘要: OutputCache Duration 缓存间隔时间,单位秒VaryByParam 是否通过提交不同参数而缓存页面DiskCacheable ="true" :硬盘缓存,当数据量比较大的时候使用;例大容量的datasetdataCaching Dim Source As DataView' try to retrieve item from cache' if it's not there, ... 阅读全文

posted @ 2006-04-06 21:28 小菜 阅读(281) 评论(0) 推荐(0)

摘要: 遍历页面控件 for(int i=0;i' Runat="server" Target="_blank"> datalist中的按钮事件 //在ItemCommand事件中绑定if(e.CommandName.Equals("test")){//代码} 避免连续提交 Button1.Attributes.Add("onclick","document.getElementById('Butt... 阅读全文

posted @ 2006-04-06 12:54 小菜 阅读(171) 评论(0) 推荐(0)