Click here to Skip to main content
15,919,178 members
Home / Discussions / C#
   

C#

 
QuestionUser control is displayed but no event is fired when button used in that control is clicked Pin
yogita charhate12-Mar-07 20:55
yogita charhate12-Mar-07 20:55 
AnswerRe: User control is displayed but no event is fired when button used in that control is clicked Pin
Russell Jones12-Mar-07 22:28
Russell Jones12-Mar-07 22:28 
QuestionHow to delete some file from the ListView? Pin
Eyungwah12-Mar-07 20:36
Eyungwah12-Mar-07 20:36 
AnswerRe: How to delete some file from the ListView? Pin
CPallini12-Mar-07 22:25
mveCPallini12-Mar-07 22:25 
AnswerRe: How to delete some file from the ListView? Pin
Stefan Troschuetz12-Mar-07 22:30
Stefan Troschuetz12-Mar-07 22:30 
QuestionEscape Sequence Pin
priychai12-Mar-07 20:36
priychai12-Mar-07 20:36 
AnswerRe: Escape Sequence Pin
mike montagne12-Mar-07 20:40
mike montagne12-Mar-07 20:40 
AnswerRe: Escape Sequence Pin
Guffa13-Mar-07 6:56
Guffa13-Mar-07 6:56 
An escape sequence is a combination of characters that has a special meaning. The term escape sequence comes from the sequences used with things like a line printer, where the first character is the ESC character.

Escape sequences are used for example in URLs, HTML code, XML code, SQL strings, Javascript strings and C# strings. They are used to insert special characters that can't normally be written.

In URLs the escape character is %, in HTML and XML it is &, in SQL strings it is ' or \ depending on database, in Javascript strings and C# strings it is \.

Some common escape sequences:

C# strings:

\" = quote character
\r = carrege return (character code 13)
\n = line feed (character code 10)

HTML:

& = & character
" = " character
&lt; = < character
&gt; = > character

URL:

%26 = & character
%3f = ? character
%2f = / character
%20 = space character
%25 = % character




---
single minded; short sighted; long gone;

Questionhow to convert value 10 into ascii value Pin
gpremkamal12-Mar-07 20:16
gpremkamal12-Mar-07 20:16 
AnswerRe: how to convert value 10 into ascii value Pin
mike montagne12-Mar-07 20:34
mike montagne12-Mar-07 20:34 
AnswerRe: how to convert value 10 into ascii value Pin
Russell Jones12-Mar-07 22:26
Russell Jones12-Mar-07 22:26 
AnswerRe: how to convert value 10 into ascii value Pin
Ennis Ray Lynch, Jr.13-Mar-07 3:14
Ennis Ray Lynch, Jr.13-Mar-07 3:14 
QuestionDisconnecting internet? Pin
Muammar©12-Mar-07 20:13
Muammar©12-Mar-07 20:13 
AnswerRe: Disconnecting internet? Pin
mike montagne12-Mar-07 20:36
mike montagne12-Mar-07 20:36 
AnswerRe: Extending List Class Pin
mike montagne12-Mar-07 20:39
mike montagne12-Mar-07 20:39 
AnswerRe: Please Help urgent!!! Pin
Muammar©12-Mar-07 19:48
Muammar©12-Mar-07 19:48 
QuestionNullable ComboBox Pin
mikker_12312-Mar-07 19:32
mikker_12312-Mar-07 19:32 
AnswerRe: Nullable ComboBox Pin
.sven12-Mar-07 20:10
.sven12-Mar-07 20:10 
GeneralRe: Nullable ComboBox Pin
mikker_12312-Mar-07 22:58
mikker_12312-Mar-07 22:58 
QuestionSimple CSV Reader Class Pin
thenamenoonehastaken12-Mar-07 19:11
thenamenoonehastaken12-Mar-07 19:11 
AnswerRe: Simple CSV Reader Class Pin
\laddie12-Mar-07 19:22
\laddie12-Mar-07 19:22 
GeneralRe: Simple CSV Reader Class Pin
thenamenoonehastaken12-Mar-07 19:48
thenamenoonehastaken12-Mar-07 19:48 
AnswerRe: Simple CSV Reader Class Pin
Niiiissssshhhhhuuuuu12-Mar-07 19:45
Niiiissssshhhhhuuuuu12-Mar-07 19:45 
Questionicons in GUI Pin
Keshav V. Kamat12-Mar-07 18:43
Keshav V. Kamat12-Mar-07 18:43 
AnswerRe: icons in GUI Pin
Keshav V. Kamat12-Mar-07 19:16
Keshav V. Kamat12-Mar-07 19:16 

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.