摘要:
protectedvoid Application_BeginRequest(object sender, EventArgs e) { //屏蔽ip //if (HttpContext.Current.Request.UserHostAddress == "127.0.0.1") //{ // HttpContext.Current.Response.Write("你已被屏蔽"); // HttpContext.Current.Response.End();... 阅读全文
posted @ 2011-05-16 10:58
高兴happy
阅读(809)
评论(0)
推荐(0)
摘要:
1,用ajax做注册页面用户名提示加入已经存在相同用户名,则提示用户,不存在则提示用户可以注册前台代码:View Code 处理请求的httphandler的页面:View Code using System;using System.Co... 阅读全文
posted @ 2011-05-16 10:32
高兴happy
阅读(404)
评论(0)
推荐(0)
浙公网安备 33010602011771号