Click here to Skip to main content
15,899,475 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need help with quiz program, example please?? Pin
Christian Graus19-Apr-05 18:11
protectorChristian Graus19-Apr-05 18:11 
GeneralRe: Need help with quiz program, example please?? Pin
OnlyTaz19-Apr-05 18:26
OnlyTaz19-Apr-05 18:26 
GeneralRe: Need help with quiz program, example please?? Pin
Christian Graus19-Apr-05 18:28
protectorChristian Graus19-Apr-05 18:28 
GeneralRe: Need help with quiz program, example please?? Pin
OnlyTaz19-Apr-05 18:42
OnlyTaz19-Apr-05 18:42 
GeneralRe: Need help with quiz program, example please?? Pin
Christian Graus19-Apr-05 18:56
protectorChristian Graus19-Apr-05 18:56 
Generalquestion about xml and C# Pin
Anonymous19-Apr-05 15:12
Anonymous19-Apr-05 15:12 
GeneralRe: question about xml and C# Pin
hooray19-Apr-05 23:54
hooray19-Apr-05 23:54 
GeneralRe: question about xml and C# Pin
DavidNohejl20-Apr-05 0:06
DavidNohejl20-Apr-05 0:06 
hooray wrote:
because xml supports different encodings it is not neccessary to htmlEncode the string.

Let me correct you, HtmlEncode has nothing to do with "different encodings" ( here I assume you mean UTF, ASCII etc) but problem is that at least characters < > & etc. has special meaning in XML, and they cannot be in XML document in literal form. You have to either wrap 'em into CDATA or "enocde/escape" them as character enties - e.g. &amp;, &lt;... HtmlEncode does exactly this kind of "encoding".

David

Never forget: "Stay kul and happy" (I.A.)

David's thoughts / dnhsoftware.org / MyHTMLTidy
GeneralRe: question about xml and C# Pin
hooray20-Apr-05 0:25
hooray20-Apr-05 0:25 
GeneralCustom EventHandler Pin
eggie519-Apr-05 13:03
eggie519-Apr-05 13:03 
GeneralRe: Custom EventHandler Pin
Christian Graus19-Apr-05 14:32
protectorChristian Graus19-Apr-05 14:32 
GeneralRe: Custom EventHandler Pin
eggie519-Apr-05 15:24
eggie519-Apr-05 15:24 
GeneralRe: Custom EventHandler Pin
eggie519-Apr-05 15:25
eggie519-Apr-05 15:25 
GeneralOT Pin
DavidNohejl20-Apr-05 0:17
DavidNohejl20-Apr-05 0:17 
GeneralRe: Custom EventHandler Pin
eggie519-Apr-05 16:01
eggie519-Apr-05 16:01 
GeneralRe: Custom EventHandler Pin
Christian Graus19-Apr-05 16:05
protectorChristian Graus19-Apr-05 16:05 
GeneralRe: Custom EventHandler Pin
eggie519-Apr-05 17:02
eggie519-Apr-05 17:02 
GeneralMP3 player Pin
Kiki9919-Apr-05 12:40
Kiki9919-Apr-05 12:40 
GeneralRe: MP3 player Pin
Polis Pilavas19-Apr-05 12:48
Polis Pilavas19-Apr-05 12:48 
GeneralRight Click Explorer Shell Extension Pin
makaveli78919-Apr-05 11:35
makaveli78919-Apr-05 11:35 
GeneralRe: Right Click Explorer Shell Extension Pin
TylerBrinks19-Apr-05 11:49
TylerBrinks19-Apr-05 11:49 
GeneralRe: Right Click Explorer Shell Extension Pin
makaveli78919-Apr-05 12:16
makaveli78919-Apr-05 12:16 
GeneralRe: Right Click Explorer Shell Extension Pin
TylerBrinks19-Apr-05 12:19
TylerBrinks19-Apr-05 12:19 
GeneralAuto Insert Interface and Base Class members - Not working Pin
Tristan Rhodes19-Apr-05 10:04
Tristan Rhodes19-Apr-05 10:04 
GeneralDisallowing new or delete record in a DataGrid Pin
Luis Alonso Ramos19-Apr-05 9:22
Luis Alonso Ramos19-Apr-05 9:22 

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.