Click here to Skip to main content
15,914,594 members
Home / Discussions / C#
   

C#

 
Questiondeployment project - registry (reg_multi_sz) Pin
BlackDice28-Feb-06 10:53
BlackDice28-Feb-06 10:53 
AnswerI got it Pin
BlackDice1-Mar-06 4:47
BlackDice1-Mar-06 4:47 
QuestionC# (Pocket PC) Ex. Displaying XML/XSL? Pin
delphidab28-Feb-06 10:13
delphidab28-Feb-06 10:13 
Questioncreating dialogs Pin
Manu_8128-Feb-06 9:08
Manu_8128-Feb-06 9:08 
AnswerRe: creating dialogs Pin
Judah Gabriel Himango28-Feb-06 9:31
sponsorJudah Gabriel Himango28-Feb-06 9:31 
GeneralRe: creating dialogs Pin
Manu_8128-Feb-06 9:48
Manu_8128-Feb-06 9:48 
GeneralRe: creating dialogs Pin
Judah Gabriel Himango28-Feb-06 11:10
sponsorJudah Gabriel Himango28-Feb-06 11:10 
QuestionGerman Umlaute Problem Pin
matthias s.28-Feb-06 8:58
matthias s.28-Feb-06 8:58 
Hi there,

I'm building a website. In my aspx files I have some text in german. The Umlaute (äüöß) are correctly displayed. But certain aspx.cs files are loading their content from text files. I'm using the StreamReader for this:
if (File.Exists(sPhysPath)) 
{
 StreamReader sr = File.OpenText(sPhysPath);
 _litContent.Text += sr.ReadToEnd();
}

_litContent is a LiteralControl which is used to display the text.

The problem I'm having is, that if the text in the textfile contains Umlaute, they are not displayed at all in the resulting html.

Can somebody help? Thanks in advance!

/matthias


I love deadlines. I like the whooshing sound they make as they fly by.
[Douglas Adams]

AnswerRe: German Umlaute Problem Pin
Guffa28-Feb-06 10:51
Guffa28-Feb-06 10:51 
QuestionFlickering Pin
RizwanSharp28-Feb-06 8:51
RizwanSharp28-Feb-06 8:51 
AnswerRe: Flickering Pin
Judah Gabriel Himango28-Feb-06 9:28
sponsorJudah Gabriel Himango28-Feb-06 9:28 
GeneralRe: Flickering Pin
RizwanSharp28-Feb-06 17:57
RizwanSharp28-Feb-06 17:57 
GeneralRe: Flickering Pin
J4amieC28-Feb-06 21:46
J4amieC28-Feb-06 21:46 
QuestionAccessing method on another thread.. STATIC? Pin
2hdass28-Feb-06 8:21
2hdass28-Feb-06 8:21 
AnswerRe: Accessing method on another thread.. STATIC? Pin
Judah Gabriel Himango28-Feb-06 9:24
sponsorJudah Gabriel Himango28-Feb-06 9:24 
QuestionVoice Capture/Recording with microphone Pin
Xodiak28-Feb-06 8:20
Xodiak28-Feb-06 8:20 
AnswerRe: Voice Capture/Recording with microphone Pin
RizwanSharp28-Feb-06 8:44
RizwanSharp28-Feb-06 8:44 
GeneralRe: Voice Capture/Recording with microphone Pin
Xodiak1-Mar-06 5:05
Xodiak1-Mar-06 5:05 
Questionbase-class method access type Pin
spin vector28-Feb-06 8:15
spin vector28-Feb-06 8:15 
AnswerRe: base-class method access type Pin
Guffa28-Feb-06 9:03
Guffa28-Feb-06 9:03 
QuestionC# - Custom control - Text fold effect Pin
dream2code28-Feb-06 8:08
dream2code28-Feb-06 8:08 
AnswerRe: C# - Custom control - Text fold effect Pin
Judah Gabriel Himango28-Feb-06 9:34
sponsorJudah Gabriel Himango28-Feb-06 9:34 
AnswerRe: C# - Custom control - Text fold effect Pin
goyal manish28-Feb-06 18:59
goyal manish28-Feb-06 18:59 
QuestionProblem with custom config sections Pin
Jamie Nordmeyer28-Feb-06 7:47
Jamie Nordmeyer28-Feb-06 7:47 
AnswerRe: Problem with custom config sections Pin
PicklesTheClown28-Feb-06 13:17
PicklesTheClown28-Feb-06 13:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.