lwncool

2009年1月1日

asp.net 常用代码(2)

摘要: 11.自定义异常处理 //自定义异常处理类 using System; using System.Diagnostics; namespace MyAppException { /// <summary> /// 从系统异常类Applicatio... 阅读全文

posted @ 2009-01-01 21:50 lwncool 阅读(126) 评论(0) 推荐(0)
asp.net 刚用代码(1)

摘要: 1. 打开新的窗口并传送参数: 传送参数: response.write("<script>window.open(’*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"’)</script>") 接收参数: strin... 阅读全文

posted @ 2009-01-01 19:27 lwncool 阅读(217) 评论(0) 推荐(0)
ASP.NET验证码

摘要: ASP.NET验证码 using System; using System.Web; using System.Drawing; using System.Drawing.Imaging; using System.IO; public partial class images_code : System.Web.UI.Page { protected void Page_Load(... 阅读全文

posted @ 2009-01-01 19:15 lwncool 阅读(556) 评论(1) 推荐(0)

2008年12月30日

关闭优盘自动播放

摘要: u盘插上后,直接打开了我的u盘 悬赏分:10 - 解决时间:2006-10-17 20:22 不是自动播放的界面,而是直接进入... 阅读全文

posted @ 2008-12-30 14:54 lwncool 阅读(271) 评论(0) 推荐(0)

2008年12月20日

长宽高低 可变的圆角框 (代码)

摘要: html 管理中心 类别管理 新闻管理 评论管理 css .round1{ background-image:url(../images/middle-top.gif); width:... 阅读全文

posted @ 2008-12-20 14:29 lwncool 阅读(372) 评论(0) 推荐(0)

2008年12月18日

用js实现倒计时(js代码)

摘要: 阅读全文

posted @ 2008-12-18 20:54 lwncool 阅读(150) 评论(0) 推荐(0)