Click here to Skip to main content
15,887,421 members
Home / Discussions / C#
   

C#

 
GeneralRe: WebBrowser Control Pin
Ravi Bhavnani22-Feb-07 7:38
professionalRavi Bhavnani22-Feb-07 7:38 
QuestionDataTableReader is invalid for current DataTable Pin
bemahesh22-Feb-07 5:50
bemahesh22-Feb-07 5:50 
QuestionBig html string. How to store them? [modified] Pin
Scripter4722-Feb-07 5:28
Scripter4722-Feb-07 5:28 
AnswerRe: Big html string. How to store them? Pin
Ravi Bhavnani22-Feb-07 6:32
professionalRavi Bhavnani22-Feb-07 6:32 
GeneralRe: Big html string. How to store them? Pin
Scripter4722-Feb-07 7:22
Scripter4722-Feb-07 7:22 
GeneralRe: Big html string. How to store them? Pin
Stefan Troschuetz22-Feb-07 7:31
Stefan Troschuetz22-Feb-07 7:31 
GeneralRe: Big html string. How to store them? Pin
Ravi Bhavnani22-Feb-07 7:32
professionalRavi Bhavnani22-Feb-07 7:32 
GeneralRe: Big html string. How to store them? Pin
Luc Pattyn22-Feb-07 7:33
sitebuilderLuc Pattyn22-Feb-07 7:33 
Hi,

a valid string constant has matching double quotes on one (or every) line;
if multi-line, it needs + operators for concatenation (then strictly speaking it
is a string expression containing multiple string constants);
if new-lines are wanted, you must include them explicitly.

Example:
string str="part1\n"+
           "part2\n"+
           "part3.";


There is no backslash-at-end-of-line or auto-concatenate trick (as in C)

The compiler will concatenate for you, so the multi-line source code does not
result in additional run-time code.

Smile | :)




Luc Pattyn

[My Articles]

GeneralRe: Big html string. How to store them? Pin
Scripter4722-Feb-07 7:45
Scripter4722-Feb-07 7:45 
QuestionHow to change border (frame) color on a Form? Pin
ClarreW22-Feb-07 5:08
ClarreW22-Feb-07 5:08 
AnswerRe: How to change border (frame) color on a Form? Pin
Dave Kreskowiak22-Feb-07 8:51
mveDave Kreskowiak22-Feb-07 8:51 
GeneralRe: How to change border (frame) color on a Form? Pin
ClarreW22-Feb-07 20:16
ClarreW22-Feb-07 20:16 
QuestionEventHandler not Fire Pin
mfcuser22-Feb-07 5:07
mfcuser22-Feb-07 5:07 
AnswerRe: EventHandler not Fire Pin
Colin Angus Mackay22-Feb-07 5:21
Colin Angus Mackay22-Feb-07 5:21 
GeneralRe: EventHandler not Fire Pin
mfcuser22-Feb-07 5:31
mfcuser22-Feb-07 5:31 
AnswerRe: EventHandler not Fire Pin
Ravi Bhavnani22-Feb-07 6:37
professionalRavi Bhavnani22-Feb-07 6:37 
GeneralRe: EventHandler not Fire Pin
mfcuser22-Feb-07 7:12
mfcuser22-Feb-07 7:12 
QuestionError Message in CD Burning program Pin
shahzeb8522-Feb-07 4:56
shahzeb8522-Feb-07 4:56 
AnswerRe: Error Message in CD Burning program Pin
Judah Gabriel Himango22-Feb-07 4:59
sponsorJudah Gabriel Himango22-Feb-07 4:59 
GeneralRe: Error Message in CD Burning program Pin
shahzeb8522-Feb-07 5:19
shahzeb8522-Feb-07 5:19 
GeneralRe: Error Message in CD Burning program Pin
Ravi Bhavnani22-Feb-07 6:42
professionalRavi Bhavnani22-Feb-07 6:42 
QuestionHow to access XSL Variable or Param in c#? Pin
Abubakarsb22-Feb-07 4:16
Abubakarsb22-Feb-07 4:16 
AnswerRe: How to access XSL Variable or Param in c#? Pin
Pete O'Hanlon22-Feb-07 4:27
mvePete O'Hanlon22-Feb-07 4:27 
AnswerRe: How to access XSL Variable or Param in c#? Pin
Stefan Troschuetz22-Feb-07 4:29
Stefan Troschuetz22-Feb-07 4:29 
QuestionCall Method From External Process Pin
avictus22-Feb-07 4:15
avictus22-Feb-07 4:15 

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.