Posted on: 11/12/2014 12:36:22 PM | Views : 424

we are developing a bi-lingual web forms application (English and Arabic). To let users, change the page language, we have provided a dropdownlist (server control with autopostback=true). On change of language option, the page gets posted back and renders. Our issue is that we want this language change option to be considered not as a postback but as a first time page load so that we can get the initializations written within !IsPostBack are executed. Are we missing something? Is this a case of misplaced code block in Page_Load?

Go to the complete details ...