摘要: ICallbackEventHandler 接口:用于指示控件可以作为服务器的回调事件的目标。asp.net页面通实现该接口可以实现无刷新回发。后台:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;publicpartialclassDefault2:System.Web.UI.Page,ICallbackEventHandler{privatestringttt;protectedvoid 阅读全文
posted @ 2012-07-30 15:13 ML Guo 阅读(206) 评论(0) 推荐(0)