有用户自定义控件的加载顺序:
本页面Page_Load -> 自定义控件Page_Load -> 本页面Page_PreRender
那么在本页面Page_Load 根本无法使用自定义控件,因为他还没有Page_Load ,解决方案就是使用Page_PreRender!