2008年12月8日
摘要: 一,验证方法/// <summary> ///SQL注入过滤 /// </summary> /// <param name="InText">要过滤的字符串</param> /// <returns>如果参数存在不安全字符,则返回true</returns> public static bool SqlFilter2(stri... 阅读全文
posted @ 2008-12-08 17:57 自己 阅读(309) 评论(0) 推荐(1) 编辑
摘要: Asp.net常用的51个代码(非常实用) 1.//弹出对话框.点击转向指定页面 Response.Write(""); Response.Write(""); 2.//弹出对话框 Response.Write(""); 3.//删除文件 string filename ="20059595157517.jpg"; pub.util.DeleteFile(HttpContext.... 阅读全文
posted @ 2008-12-08 14:40 自己 阅读(486) 评论(0) 推荐(0) 编辑