• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
make a different
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2
2010年7月30日
Repeater
摘要: 1。对满足条件的行中的操作设置:如将 LinkButton设置为不可用 protected void RPTProject_ItemDataBound(object sender, RepeaterItemEventArgs e) { if (e.Item.DataItem!= null) { string PAllow = ((DataRowView)(e.Item.DataItem)).Row... 阅读全文
posted @ 2010-07-30 14:21 雨荨 阅读(770) 评论(0) 推荐(0)
2010年7月29日
.net 笔记
摘要: 1。 传递多个参数addnews.aspx?id=" + id + "&columnid="+columnid+" 2。 button.Attributes.Add("onclick", "javascript:return confirm('你确定进行此操作吗?');"); 3。Response.Write("<script>alert('删除成功!');window.loc... 阅读全文
posted @ 2010-07-29 14:15 雨荨 阅读(134) 评论(0) 推荐(0)
2010年7月28日
access, sql asp.net
摘要: access中查询介于两个日期间的数据select column_name(s) from TableName where column_name between #2010-3-1# and #2010-5-30#在access创建模糊查询时要用*表示eg:Select * from table where txtTitle like '*家*'动态 查询日期的话select column_name(s) from TableName where column_name between [@StarTime] and [@EndTime]sqlselect column_na 阅读全文
posted @ 2010-07-28 09:26 雨荨 阅读(135) 评论(0) 推荐(0)
2010年7月21日
去掉"为了有利于保护安全性,Internet Explorer 已限制此网页运行可以访问计算机的脚本或ActiveX控件"的提示
摘要: 首选设置IE菜单:工具 -> Internet 选项 -> 高级 >> 安全 >>(选中) 允许活动内容在我的计算机上的文件中运行 阅读全文
posted @ 2010-07-21 08:59 雨荨 阅读(897) 评论(0) 推荐(0)
2010年7月20日
Vss
摘要: 链接vss时出现 Visual SourceSafe Internet---------------------------Could not find the Visual SourceSafe Internet Web Service connection information for the specified database (\\192.168.1.1 vss). Would you... 阅读全文
posted @ 2010-07-20 17:25 雨荨 阅读(303) 评论(0) 推荐(0)
上一页 1 2
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3