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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top