摘要:
在.NET中新建一个Web项目,添加一个.ASPX页面,取名VerifyCode.aspx, 转到其代码编辑状态,将下面的代码Copy&Paste过去就可以用了,有什么意见或问题欢迎提出^@^ using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawin... 阅读全文
posted @ 2005-09-22 16:15
蛤蟆
阅读(4511)
评论(17)
推荐(0)
摘要:
/**//// /// 设置页面不被缓存 /// private void SetPageNoCache() { Response.Buffer = true; Response.ExpiresAbsolute = System.DateTime.Now.AddSeconds(-1); ... 阅读全文
posted @ 2005-09-22 15:05
蛤蟆
阅读(1182)
评论(0)
推荐(0)
浙公网安备 33010602011771号