Hi there,
I'm working in a webforms CMS application which supports multiple languages. When editing content, a form is to be displayed for every language the content is available in, as well as allow the user to dynamically add new translations, which means copy the controls on the fly from an existing form. The solution I thought was display each language in an ajaxToolkit Panel but the problem is that this control doesn't support databinding. The switching between languages, as well as the language additions should run asynchronously to keep to other data. What will be the best way to do it?
Thanks in advance