本文介绍了使用换行符将Multiline Textbox中的值保存到SQL Server中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个多行文本框调用txtDesc。用户可以键入多行值,例如:
................................ ..
海。
我是机器人。
请喂我。
..... ................................
I got one multiline textbox call txtDesc. The user can key in multiline value such as :
..................................
Hai.
I'm robot.
Please feed me.
..................................
I want to save into database with the line break and will display it back later as user key in.(entered)
if i save the value as below code, the line break will not save.
===
可以表是地址1
和字段是
...
add_id bigint
my_address text
===
如何实现这一目标?
谢谢。
===
may table is "address1"
and field is
...
add_id bigint
my_address text
===
how to make this happen?
Thank you.
推荐答案
这篇关于使用换行符将Multiline Textbox中的值保存到SQL Server中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!