StartupScript(this.GetType(), "callserver", jstxt, true); } //ICallbackEventHandler接口 //把值传到前台 string ICallbackEventHandler.GetCallbackResult() { return CallBackValue + ",Server"; }
//按受前台的参数 void ICallbackEventHandler.RaiseCallbackEvent(string eventArgument) { this.CallBackValue = eventArgument; } } http://www.cnblogs.com/chy710/archive/2006/12/26/604118.html 上一页 [1] [2] |