Posted on: 4/21/2015 9:46:37 PM | Views : 663

Hello,
I have a master page with a radio button input for changing the UICulture. When selected it changes the culture and redirects the browser to the page being viewed with the new language enabled.
One page however is a form for submitting payments; I want the user's input to be retained should they select a different language before submitting the form, but the textbox values are blank despite their contents being posted back via the master's event handler.
When I breakpoint on the payment form's page_load handler I see the server control's .Text property has the user input at the time of submission but they do not get displayed once the culture has changed. Any help in understanding what's happening and how to fix it would be much appreciated

Thanks

Go to the complete details ...