ASPx 与 ASCx 整合指南:后台逻辑的瞬间生效aspx页面使用的ascx代码: ascx文件中,想要在页面加载时自动调用以下方法:public InfoType InfoType{get { return infoType; }set { inf1月前90