ASP.NET MS SQL cyrrilic problem

V

Viktor Popov

Hi,

I have a ASP.NET application which is hosted on English - based server. This
application works with MS SQL Server, also English-based. I have this in my
Web.config:
<globalization fileEncoding="windows-1251" requestEncoding="windows-1251"
responseEncoding="windows-1251" culture="bg-BG" uiCulture="bg-BG" />

When I insert some text in the database, I mean cyrrilic text, it couldn't
be read, because the result is ??????????????.

Could you tell me hou should I fix this problem?

Thank you in advance!


Viktor
 
A

Alvin Bruney [ASP.NET MVP]

stop posting this all over the place please. one time is usually enough

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top