标签:io cti on ad ef c type server tt
String cbReference = Page.ClientScript.GetCallbackEventReference(this, "vehicleNo", "UpdateVehicleInfo", null);
String callbackScript = "function CallServer(vehicleNo){ShowLoading(); " + cbReference + ";}";
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "CallServer", callbackScript, true);
标签:io cti on ad ef c type server tt
原文地址:http://www.cnblogs.com/kongxp/p/3937153.html