2014年6月25日

asp.net生成缩略图、文字图片水印

摘要: 1 /// 2 /// 会产生graphics异常的PixelFormat 3 /// 4 private static PixelFormat[] indexedPixelFormats = { PixelFormat.U... 阅读全文

posted @ 2014-06-25 17:23 走过路过ボ不要错过 阅读(158) 评论(0) 推荐(0) 编辑

ASP.NET怎么防止多次点击提交按钮重复提交

摘要: 今天做一个系统,由于服务器有点慢,所以常会被点击两次或三次,提交的数据就是多次了。所以要让按钮点击后,不能再次点击。对于一个按钮,要让变成恢色的,只要this.disabled=true就可以了,可是在.NET里,添加了ONCLICK后,就无法提交信息了。所以要加上以下代码。btnSub.Attri... 阅读全文

posted @ 2014-06-25 13:20 走过路过ボ不要错过 阅读(759) 评论(0) 推荐(0) 编辑

asp.net文件操作类

摘要: /** 文件操作类 **/ #region 引用命名空间 using System; using System.Collections.Generic; using System.Text; using System.IO; #endregion namespace CommonUtilities { /// /// 文件操作类 /// ... 阅读全文

posted @ 2014-06-25 13:16 走过路过ボ不要错过 阅读(215) 评论(0) 推荐(0) 编辑

导航