![]() |
|
|
#1 (permalink) |
|
Junior Member
Join Date: Jun 2008
Posts: 5
|
i get the post value of a textArea in asp.net. for example:
hello. how are you? but when i want to show it somwhere or mail, it appeares continuous with no line break: hello.how are you? how can i fix it. this is my code: System.Collections.Specialized.NameValueCollection postedValues = Request.Form; messageBody = postedValues[4]; Response.Write(messageBody); |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|