Hi All,
Is there anyway to keep data entered within a text area in the same format when being passed from a textarea to another page or persistent storage? An example of my problem would be when a user enters the following into a textarea :
Hello,
Im Colin
Thanks
When posted to another page and output using a simple response.write the output is as below :
Hello, Im Colin Thanks
Is there anyway to get around this?
Many Thanks
Colin
Is there anyway to keep data entered within a text area in the same format when being passed from a textarea to another page or persistent storage? An example of my problem would be when a user enters the following into a textarea :
Hello,
Im Colin
Thanks
When posted to another page and output using a simple response.write the output is as below :
Hello, Im Colin Thanks
Is there anyway to get around this?
Many Thanks
Colin