






















code behind
#region ICallbackEventHandler 成员
protected string CallBackValue = string.Empty;
string ICallbackEventHandler.GetCallbackResult()
{
return ValidateQuestion(CallBackValue).ToString();
}
void ICallbackEventHandler.RaiseCallbackEvent(string eventArgument)
{
this.CallBackValue = eventArgument;
}
#endregion private string ValidateQuestion(string txtinputData)
{
return "somthing error";
}
html:
function CallServer()此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。