摘要:
摘自:《Professional ASP.NET 2.0 Server Control and Component Development》p126The page goes through the following phases (notice some phases are marked as postback only becausethese are the phases that th... 阅读全文
摘要:
一、设计时特性1、属性级特性a、BrowsableAttribute标记属性在IDE属性窗口是否可浏览,默认全部public属性为可浏览,所以当某个属性为read-only时,应显式标记该属性为[Browsable(false)]。b、DescriptionAttribute标记属性的相关使用说明。c、DefaultValueAttribute标记属性的默认值d、CategoryAttribute... 阅读全文