摘要: ASP.NET AjaxPro的应用1、首先下载AjaxPro组件。并将AjaxPro.dll引用到网站(或项目)。2、修改Web.config。在 <system.web> 元素中添加以下代码。<configuration> <system.web> <httpHandlers> <!-- Register the ajax handler --> <add verb="*" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFact 阅读全文
posted @ 2012-07-28 12:28 AllanChen 阅读(672) 评论(0) 推荐(0) 编辑