随笔分类 - ASP
asp,code,solution
摘要:asp.net ajax客户端框架如何调用Page Method 1:欲调用的页面方法必须声明为公有(Public)2:该方法必须为静态方法(static)3:该方法必须添加[System.Web.Services.WebMethod];4:ScriptManager的EnablePageMetho
阅读全文
摘要:asp.net ajax客户端框架如何调用Web Service 1:Web Service类添加 [System.Web.Script.Services.ScriptService]特性2:需要异步调用的方法需要添加[WebMethod]特性 3,页面必须添加ScriptManager控件(有且唯
阅读全文
摘要:http://user.qzone.qq.com/372806800/blog/1345306209
阅读全文
摘要:asp显示多条记录的代码 仅供参考 [color=#FF0000] [/color] //[color=#0000FF]下面一样改[/color] ...
阅读全文
摘要:Sql = "select * from xin126 where ID=" & id Rs.Open Sql,Conn,1,1 %> 共有条记录
阅读全文