這是一個選擇省份然后將點擊事件上傳到控件頂層在頁面處理事件的一個例子。加粗部分是整個上傳事件過程。上傳事件(暴露事件)、暴露屬性、復雜屬性管理、樣式管理等是asp.net服務器自定義控件的高級主題。 using system; using system.web; using system.web.ui; using system.data; using system.data.sqlclient; using system.web.ui.webcontrols; using system.componentmodel; using yeno.enbiz.news.tools;
namespace yeno.enbiz.news.controls { /// <summary> /// researchctrl 的摘要說明。 /// </summary> [toolboxdata("<{0}:localctrl_province runat=server></{0}:localctrl_province>")] public class localctrl_province : system.web.ui.webcontrols.webcontrol,inamingcontainer { private tablecell _province; public event commandeventhandler clickprovince;