摘要: 1.一个网站项目的自定义cs文件,如图:2.CheckRight.cs中的代码如下:public class CheckRight : IHttpModule{ public void Dispose() { } public void Init(HttpApplication app) { app.AcquireRequestState += new EventHandler(app_AcquireRequestState);//nine event // app.BeginRequest += new EventHandle... 阅读全文
posted @ 2013-01-20 22:37 MisterLip 阅读(418) 评论(0) 推荐(1) 编辑
摘要: -1.load 事件之后执行loadAjax()方法:$(function () {loadAjax(1);});0.在loadAjax()方法中:function loadAjax(pageIndex) {$("#p").text("正在加载sssssssssssss");//发送异步请求// $.getJSON("PhotosList.ashx?_=" + Math.random(), function (msg) {//请求全部页面信息$.getJSON("PagingPics.ashx?_=" + Math 阅读全文
posted @ 2013-01-20 22:03 MisterLip 阅读(509) 评论(1) 推荐(0) 编辑