摘要: 看了一个使用asp.net ajax1.0中使用js调用webserivce的方法。感觉很简单。可能以后会用到。使用原来默认的web.config因为其中有这样的代码段:<system.web> <httpHandlers> <remove verb="*" path="*.asmx"/> <add verb="*" path="*.asmx" type="System.Web.Script.Services.ScriptHandlerFactory" 阅读全文
posted @ 2007-08-03 21:42 音乐啤酒 阅读(193) 评论(0) 推荐(0)