程序园

弹奏键盘人生,拂去青春的尘土,留下的只有岁月的痕迹
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年9月4日

摘要: 在PageLoad事件中加入以下代码: Response.Expires = 0; Response.CacheControl = "no-cache"; 阅读全文

posted @ 2008-09-04 14:12 程旭圆 阅读(1253) 评论(0) 推荐(0)

摘要: protected void grb_customerID_CheckedChanged(object sender, EventArgs e) { //清除GridView中所有RadioButton的选中状态 foreach (GridViewRow oldrow in gv_custom... 阅读全文

posted @ 2008-09-04 11:10 程旭圆 阅读(214) 评论(0) 推荐(0)