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

C#

 
QuestionNeed help with quiz program, example please?? Pin
OnlyTaz19-Apr-05 17:48
OnlyTaz19-Apr-05 17:48 
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 
as far as I know does the xmlwriter nothing like this - because xml supports different encodings it is not neccessary to htmlEncode the string.

But if you wish to use the HtmlEncode function you can use it the following way.

string str = System.Web.HttpUtility.HtmlEncode("bye");

To have access to the System.Web Namespace you need to add a new reference (System.Web.dll) to your project.
GeneralRe: question about xml and C# Pin
DavidNohejl20-Apr-05 0:06
DavidNohejl20-Apr-05 0:06 
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 

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.