.net 20 callback example
摘要:
code behind #region ICallbackEventHandler 成员 protected string CallBackValue = string.Empty; string ICallbackEventHandler.GetCallbackResult() { return ValidateQuestion(CallBackValue).ToString(); } void... 阅读全文
posted @ 2008-06-17 16:19 joyous jeny 阅读(231) 评论(0) 推荐(0) 编辑