Welcome Guest Search | Active Topics | Sign In | Register

Callback Character Problem Options
David_1111
Posted: Tuesday, September 18, 2007 3:06:56 AM
Rank: Member
Groups: Member

Joined: 9/10/2007
Posts: 11

Hi,

I am calling the server using: eo_Callback ('cbpMain','ÅÄÖåäö');

On the serverside (aspx.vb) I loose the characters....(swedish)....

How can I prevent this?

�=63
�=63
�=63
�=63
�=63
�=63



Kind regards


David
eo_support
Posted: Tuesday, September 18, 2007 6:24:35 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi David,

Please check your requestEncoding and responseEncoding in your web.config, also check whether you have any code that specifically set the Culture. AJAX solution only works with UTF-8.

Thanks
David_1111
Posted: Tuesday, September 18, 2007 7:02:46 AM
Rank: Member
Groups: Member

Joined: 9/10/2007
Posts: 11
Web config: <globalization requestEncoding="UTF-8" responseEncoding="UTF-8" culture="sv-SE" />
and still the callback javascript is not giving the server utf-8...is it?

Is there a way to handle this on the client or serverside? I really need the characters....

Kind regards
eo_support
Posted: Tuesday, September 18, 2007 7:06:01 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

Another way is to put the contents you want to pass back to the server into a hidden input field. You will then be able to access it on the server side via Request.Form.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.