搜索资源列表
aspvarhelp
- 很多ASP代码编写着都会遇到,当提交表单或URL中的信息太多,写Request.Form等语句会很麻烦。有时甚至要写几十个之多。如果可以直接输入变量就自动的写出Rs(),Request.Form(),Request.Querystring()等语句。将大大减轻编写着的负担! 还有时候可能需要这些格式语句中的变量,一个个的选中再复制也同样非常烦人。如果可以自动把这些Rs(),Request.Form(),Request.Query
request2
- request类 取代ASP中的Request对象。新Request2对象与原Request对象相比,增加了防SQL注入功能,集成了无组件上传功能。 使用方便,新旧对象使用方法极为类似。比如原来的写法是Request.Form(\"aa\"),现在的写法是Request2.Form(\"aa\");原来的写法是Request.QueryString(\"bb\"),现在的写法是Request2.QueryString(\
vcode
- 很好的验证码生成程序。使用方法: picid = Request.QueryString[\"time\"].ToString().Trim() picid =Math.Round((Convert.ToDouble(picid)*10000),0).ToString() Tools.image.VerifyImage pic = new Tools.image.VerifyImage(picid, 90, 50)
aspvarhelp
- 很多ASP代码编写着都会遇到,当提交表单或URL中的信息太多,写Request.Form等语句会很麻烦。有时甚至要写几十个之多。如果可以直接输入变量就自动的写出Rs(),Request.Form(),Request.Querystring()等语句。将大大减轻编写着的负担! 还有时候可能需要这些格式语句中的变量,一个个的选中再复制也同样非常烦人。如果可以自动把这些Rs(),Request.Form(),Request.Query
request2
- request类 取代ASP中的Request对象。新Request2对象与原Request对象相比,增加了防SQL注入功能,集成了无组件上传功能。 使用方便,新旧对象使用方法极为类似。比如原来的写法是Request.Form("aa"),现在的写法是Request2.Form("aa");原来的写法是Request.QueryString("bb"),现在的写法是Request2.QueryString("bb");原
vcode
- 很好的验证码生成程序。使用方法: picid = Request.QueryString["time"].ToString().Trim() picid =Math.Round((Convert.ToDouble(picid)*10000),0).ToString() Tools.image.VerifyImage pic = new Tools.image.VerifyImage(picid, 90, 50)
Decrypt_Querystring
- This a helpfull to decypt the querystring and other use full information with help of my previous document-This is a helpfull to decypt the querystring and other use full information with help of my previous document
XiaoNei
- 本程序为校内网应用程序,请登录后再使用:通常在本地调试时出现,只要在Url的QueryString加上你的 xnsigsessionkey与xnsigapikey就行了获取的方法是在你校内应用上点右键,得到你Ifr a me中的地址,看看它的查询字符串-API of xiaonei,c#
asp.net(QUERYSTRING)
- asp.net的分页实现,基于queryString的分页实现-asp.net paging implementation, based on the paging implementation queryString
QueryStringEncryption
- Asp.net help : how to encrypt querystring for security purpose.
Jd_sql
- C# SQL高效操作类源码 技术特点: 使用极其灵活可以非常方便快捷的操作数据库,是的sql2005操作起来方便程度超过Mysql, 最适合制作企业网站,开发效率极高,操作非常简单。 使用例子: Object[] str = { biaoti.Text, neirong.Text, DateTime.Now } Conn.Add("news", "biaoti,neirong,dat
Decrypt_Querystring
- This a helpfull to decypt the querystring and other use full information with help of my previous document-This is a helpfull to decypt the querystring and other use full information with help of my previous document
Decrypt_Querystring
- This a helpfull to decypt the querystring and other use full information with help of my previous document-This is a helpfull to decypt the querystring and other use full information with help of my previous document
RequestUtil
- 自动判断使用Request.QueryString 或者Request.Form 进行参数获取-Automation get Request param by paramName
url
- * `href` will be ignored. * `protocol` is treated the same with or without the trailing `:` (colon). * The protocols `http`, `https`, `ftp`, `gopher`, `file` will be postfixed with `://` (colon-slash-slash). *