Disable inserted lines in multiline TextBox

Posted by Shohin on Stack Overflow See other posts from Stack Overflow or by Shohin
Published on 2012-09-23T21:30:01Z Indexed on 2012/09/23 21:37 UTC
Read the original article Hit count: 377

Filed under:
|
|
|

I have a multiline Textbox for my web page. When user logs in and enters text and press "Save" button, data will be saved. Then, next time when the same user logs in and searches for data, I want him to edit only new text in multiline TextBox, not removing or replacing previously entered text.

Is there any way to make multiline TextBox to lock inserted lines or inserted text and allow to only add text?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about text

Related posts about textbox