摘要:
自定义控件的事件根据需要有两种方式来引发1继承IPostBackDataHandler接口 实现 bool LoadPostData(string postDataKey, NameValueCollection postCollection);void RaisePostDataChangedEvent();两个方法,大致都是这样bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection){string text1 = postCollection [postDat 阅读全文
posted @ 2008-04-15 11:01
kasafuma
阅读(359)
评论(0)
推荐(0)
浙公网安备 33010602011771号