摘要:
今天在使用ajaxpro.2的时候,按照网上的文章,1.引用ajaxPro.2.dll 文件2.在web.config中的<system.web>内写:<httpHandlers><add verb="*" path="*.ashx" type="AjaxPro.AjaxHandlerFactory,AjaxPro.2"/></httpHandlers><compilation debug="true"/>3.在页面后台protected void Pag 阅读全文