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