摘要: Response.Write(""); 阅读全文
posted @ 2011-08-08 22:19 风一样的大叔 阅读(280) 评论(0) 推荐(0) 编辑
摘要: this.Button1.Attributes.Add("onclick", "return showJSON();"); 阅读全文
posted @ 2011-08-08 22:18 风一样的大叔 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2011-08-08 22:17 风一样的大叔 阅读(310) 评论(0) 推荐(0) 编辑
摘要: //返回前一页Response.Write("");//打开、关闭页面Response.Write("//关闭当前页并且返回前一页Response.Write("");"); 阅读全文
posted @ 2011-08-08 22:16 风一样的大叔 阅读(1230) 评论(0) 推荐(0) 编辑
摘要: Request.UserHostAddress 阅读全文
posted @ 2011-08-08 22:15 风一样的大叔 阅读(106) 评论(0) 推荐(0) 编辑
摘要: string connectionString = System.Configuration.ConfigurationManager.AppSettings["ConnectionString"];SqlConnection sqlConn = new SqlConnection(connecti... 阅读全文
posted @ 2011-08-08 22:13 风一样的大叔 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 即在子目录下的web.config: 根目录下的web.config: 阅读全文
posted @ 2011-08-08 22:12 风一样的大叔 阅读(221) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2011-08-08 22:09 风一样的大叔 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 然后在同意不同意 阅读全文
posted @ 2011-08-08 22:08 风一样的大叔 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 用正则表达式限制只能输入中文:onkeyup="value=value.replace(/[^\u4E00-\u9FA5]/g,'')"onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(... 阅读全文
posted @ 2011-08-08 22:07 风一样的大叔 阅读(183) 评论(0) 推荐(0) 编辑