bopritchard
Programmer
i return the following data from my sqlserver
"This is my \r carriage return"
i set textbox.text = to this data...
i'm expecting my text box to show
This is my
carriage return
but of course it shows
This is my \r carriage return
how do i do this
"This is my \r carriage return"
i set textbox.text = to this data...
i'm expecting my text box to show
This is my
carriage return
but of course it shows
This is my \r carriage return
how do i do this