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

C#

 
GeneralRe: storing Data from textbox created At runtime? Pin
developer.ravish14-Jan-09 19:19
developer.ravish14-Jan-09 19:19 
GeneralRe: storing Data from textbox created At runtime? Pin
Tom Deketelaere14-Jan-09 20:53
professionalTom Deketelaere14-Jan-09 20:53 
GeneralRe: storing Data from textbox created At runtime? Pin
developer.ravish15-Jan-09 1:00
developer.ravish15-Jan-09 1:00 
GeneralRe: storing Data from textbox created At runtime? Pin
Tom Deketelaere15-Jan-09 1:30
professionalTom Deketelaere15-Jan-09 1:30 
GeneralRe: storing Data from textbox created At runtime? Pin
developer.ravish15-Jan-09 2:36
developer.ravish15-Jan-09 2:36 
Questionc# Pin
amcikaljaber14-Jan-09 0:01
amcikaljaber14-Jan-09 0:01 
AnswerRe: c# Pin
Eddy Vluggen14-Jan-09 0:11
professionalEddy Vluggen14-Jan-09 0:11 
AnswerRe: c# Pin
Tony Richards14-Jan-09 0:12
Tony Richards14-Jan-09 0:12 
AnswerRe: c# Pin
musefan14-Jan-09 0:13
musefan14-Jan-09 0:13 
AnswerRe: c# Pin
musefan14-Jan-09 0:25
musefan14-Jan-09 0:25 
GeneralRe: c# PinPopular
J4amieC14-Jan-09 1:10
J4amieC14-Jan-09 1:10 
AnswerRe: c# Pin
Colin Angus Mackay14-Jan-09 0:42
Colin Angus Mackay14-Jan-09 0:42 
AnswerRe: c# Pin
DaveyM6914-Jan-09 0:57
professionalDaveyM6914-Jan-09 0:57 
AnswerRe: c# Pin
Pete O'Hanlon14-Jan-09 1:28
mvePete O'Hanlon14-Jan-09 1:28 
AnswerRe: c# Pin
Christian Graus14-Jan-09 2:28
protectorChristian Graus14-Jan-09 2:28 
AnswerRe: c# Pin
musefan14-Jan-09 2:54
musefan14-Jan-09 2:54 
AnswerRe: c# Pin
leckey14-Jan-09 3:21
leckey14-Jan-09 3:21 
QuestionWindows service suggestions Pin
mpavas14-Jan-09 0:00
mpavas14-Jan-09 0:00 
QuestionNeed advise about desktop application Pin
Haim Nachum13-Jan-09 22:28
Haim Nachum13-Jan-09 22:28 
AnswerRe: Need advise about desktop application Pin
SeMartens13-Jan-09 23:14
SeMartens13-Jan-09 23:14 
QuestionLink ArrayList to datagridview and display spesific data Pin
Ronenb13-Jan-09 20:51
Ronenb13-Jan-09 20:51 
AnswerRe: Link ArrayList to datagridview and display spesific data Pin
musefan13-Jan-09 23:54
musefan13-Jan-09 23:54 
AnswerRe: Link ArrayList to datagridview and display spesific data Pin
Reza Raad14-Jan-09 0:41
Reza Raad14-Jan-09 0:41 
AnswerRe: Link ArrayList to datagridview and display spesific data Pin
Henry Minute14-Jan-09 2:16
Henry Minute14-Jan-09 2:16 
Questionxml carriage return Pin
arkiboys13-Jan-09 20:50
arkiboys13-Jan-09 20:50 
I am passing the data of an element inside an xml file into a sql server table with field varchar(max). This datatype is permanent and due to business rule is not allowed to be changed.

The xml file contains something like:
i.e.

<file>
<data>

-----1234------

This is the value for the first item...
</data>
<data>

-----9876------

This is the value for the second item...
</data>
</file>

Notice, there are spaces and carriage returns.
When pulling these data out of the xml file, in the immediate window, I can see "\r\n\r\n" attached to the text where there should be a return.

Problem:
The sql does not take care of these returns, so that when I show these values on the UI, I do not see the carriage returns.

Question:
How do I see the text on the UI as it exacly appears in the xml file ?

Thanks

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.