Rank: Member Groups: Member
Joined: 5/31/2008 Posts: 25
|
Hi guys!
I'm using your EO CallbackPanel controls for a longe time. Today, i'm facing a little problem with one spefic application.
This app, needs some specifc encoding configurations.
When I put this globalization in my web.config: <globalization culture="pt-br" uiCulture="pt-br" requestEncoding="iso-8859-1" responseEncoding="iso-8859-1" fileEncoding="iso-8859-1" />
The EO CallbackPanel stops responding, and show me an error: EO.Web Controls Client Side Debug Message: EO.Web control 'ctl00_CallbackPanel1' error message: The callback on 'ctl00_CallbackPanel1' has failed because the server did not recognize this callback and processed it as a normal request. This can occur if there are multiple Callback/CallbackPanel controls in the page, and this Callback/CallbackPanel control was initially dynamically loaded but wasn't loaded for this callback.
When I remove the encoding configuration in my web.config, the EO Callback works fine. This is a known issue? There are any work around?
Tks in advance! bob.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I don't think using CallbackPanel with any encoding rather than UTF-8 is possible. This is in fact a limitation to all AJAX based solutions, including ASP.NET AJAX.
Thanks!
|