Views state data has an extra carriage return

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a problem with ViewState for a TextArea (textbox, multi line) the data stored in the view state has an extra carriage return. Does anyone know why and how to overcome this problem
 
Joey said:
I have a problem with ViewState for a TextArea (textbox, multi line) the
data stored in the view state has an extra carriage return. Does anyone
know why and how to overcome this problem
Perhaps use a regular expression replace to get rid of it after you get the
text from the testarea.
 
Back
Top