Auto Post back property not working with tab container
问题 I am applying globalization on my hotel management system web portal and I am stuck with an issue.My issue is that I have a drop down list of two languages English and Spanish and I set autopostback="true" so from drop down I select spanish and my web page successfully convert english language to spanish by calling the method below protected override void InitializeCulture() { if (Request.Form["ctl00$contentplaceholder1$language_drp"] != null) { UICulture = Request.Form["ctl00