initializeCulture of pages fires before the selectedIndexChange of dropdownlist in masterPage
问题 I have a masterpage with a language selector dropdownlist it has multiple subpages using the masterpage but, in the subpages (i created a basePage class which i then let the pages inherit from) i override the initializeCulture. like this: protected override void InitializeCulture() { String selectedLanguage = Common.SessionManager.Language; if (selectedLanguage == "") { selectedLanguage = ConfigurationManager.AppSettings.Get("defaultLanguage"); } if (selectedLanguage == "") { selectedLanguage