一、调用后台静态方法1.在页面方法中声明一个静态方法Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->[WebMethod]public static string HelloWorld(){ return "Hello World";}2.在页面上添加一个 ScriptManager 控件和一个 buttonCode highlighting produced by Actipro CodeHighlighter (fre Read More
posted @ 2009-09-27 14:25 XueM Views(838) Comments(0) Diggs(1) Edit