微软ajax库的使用方法(ajax.ajaxMethod)
2017-02-06
20
用ajax.ajaxMethod需要做四件事1:webCofig中 <httpHandlers>加上 <add verb="POST,GET" path="ajax/*.ashx" type="Ajax.PageHandlerFactory, Ajax"/>接点2:在CS程序中加上复制代码 代码如下:protected void Page_Load(object sender, EventArgs e) { Ajax.Utility...