Click here to Skip to main content
15,891,757 members
Home / Discussions / C#
   

C#

 
AnswerRe: why the event exist Pin
PIEBALDconsult7-May-10 4:35
mvePIEBALDconsult7-May-10 4:35 
GeneralRe: why the event exist Pin
yu-jian7-May-10 4:51
yu-jian7-May-10 4:51 
Questionstring to html tag Pin
Aljaz1117-May-10 0:17
Aljaz1117-May-10 0:17 
AnswerRe: string to html tag Pin
Peace ON7-May-10 0:25
Peace ON7-May-10 0:25 
AnswerRe: string to html tag Pin
Pete O'Hanlon7-May-10 0:27
mvePete O'Hanlon7-May-10 0:27 
GeneralRe: string to html tag Pin
#realJSOP7-May-10 1:28
mve#realJSOP7-May-10 1:28 
GeneralRe: string to html tag Pin
Pete O'Hanlon7-May-10 2:37
mvePete O'Hanlon7-May-10 2:37 
AnswerRe: string to html tag Pin
karle7-May-10 9:51
karle7-May-10 9:51 
I would use WebUtility.HtmlEncode from System.NET library.
It provides a correct encoding of '<','>' and '&' ,...
Your html code would have bugs, if your string contains one of the chars and you don't encode them.
You can decorate the converted string with html tags.
QuestionRegEx Pin
Paul Unsworth6-May-10 23:50
Paul Unsworth6-May-10 23:50 
AnswerRe: RegEx Pin
OriginalGriff6-May-10 23:54
mveOriginalGriff6-May-10 23:54 
GeneralRe: RegEx Pin
Paul Unsworth6-May-10 23:57
Paul Unsworth6-May-10 23:57 
GeneralRe: RegEx Pin
OriginalGriff7-May-10 0:12
mveOriginalGriff7-May-10 0:12 
AnswerRe: RegEx Pin
OriginalGriff6-May-10 23:57
mveOriginalGriff6-May-10 23:57 
GeneralRe: RegEx Pin
Paul Unsworth7-May-10 0:00
Paul Unsworth7-May-10 0:00 
QuestionGenerate Sequencial Number Pin
Zoomlion6-May-10 22:44
Zoomlion6-May-10 22:44 
AnswerRe: Generate Sequencial Number Pin
OriginalGriff6-May-10 22:47
mveOriginalGriff6-May-10 22:47 
GeneralRe: Generate Sequencial Number Pin
Zoomlion6-May-10 23:03
Zoomlion6-May-10 23:03 
GeneralRe: Generate Sequencial Number Pin
OriginalGriff6-May-10 23:25
mveOriginalGriff6-May-10 23:25 
GeneralRe: Generate Sequencial Number Pin
Luc Pattyn7-May-10 2:15
sitebuilderLuc Pattyn7-May-10 2:15 
GeneralRe: Generate Sequencial Number Pin
OriginalGriff7-May-10 4:02
mveOriginalGriff7-May-10 4:02 
AnswerRe: Generate Sequencial Number Pin
nagendrathecoder6-May-10 23:04
nagendrathecoder6-May-10 23:04 
AnswerRe: Generate Sequencial Number Pin
Peace ON6-May-10 23:05
Peace ON6-May-10 23:05 
AnswerRe: Generate Sequencial Number Pin
Peace ON6-May-10 23:22
Peace ON6-May-10 23:22 
AnswerRe: Generate Sequencial Number Pin
#realJSOP6-May-10 23:25
mve#realJSOP6-May-10 23:25 
QuestionGenerate Error While Build Dll Pin
Anubhava Dimri6-May-10 21:29
Anubhava Dimri6-May-10 21:29 

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.