Click here to Skip to main content
15,907,001 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: xml carriage return Pin
Eddy Vluggen13-Jan-09 21:07
professionalEddy Vluggen13-Jan-09 21:07 
GeneralRe: xml carriage return Pin
arkiboys13-Jan-09 21:24
arkiboys13-Jan-09 21:24 
GeneralRe: xml carriage return Pin
Eddy Vluggen13-Jan-09 21:30
professionalEddy Vluggen13-Jan-09 21:30 
AnswerRe: xml carriage return Pin
J4amieC13-Jan-09 22:25
J4amieC13-Jan-09 22:25 
GeneralRe: xml carriage return Pin
arkiboys13-Jan-09 22:35
arkiboys13-Jan-09 22:35 
GeneralRe: xml carriage return Pin
J4amieC13-Jan-09 22:53
J4amieC13-Jan-09 22:53 
arkiboys wrote:
I can see \r\n in the text but these signs are not imported into the table field which is of type varchar(max).


Yes they are, its just you dont see them as \r\n - they're non-printing characters so they dont display in the database - but I assure you they're there.

You have 2 options

1) Make the replacement when uploading the data
2) Make the replacement when retrieving data

take your pick.
GeneralRe: xml carriage return Pin
arkiboys13-Jan-09 23:04
arkiboys13-Jan-09 23:04 
GeneralRe: xml carriage return Pin
J4amieC13-Jan-09 23:37
J4amieC13-Jan-09 23:37 
GeneralRe: xml carriage return Pin
arkiboys13-Jan-09 23:41
arkiboys13-Jan-09 23:41 
QuestionHow can I get selected value from crystal report Pin
Ali 11013-Jan-09 19:59
Ali 11013-Jan-09 19:59 
QuestionAdd Icon / JPG into Cell [DataGridView] Pin
M Riaz Bashir13-Jan-09 19:59
M Riaz Bashir13-Jan-09 19:59 
AnswerRe: Add Icon / JPG into Cell [DataGridView] Pin
dan!sh 13-Jan-09 21:13
professional dan!sh 13-Jan-09 21:13 

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.