End of Text

  • Thread starter Thread starter randy.buchholz
  • Start date Start date
R

randy.buchholz

I have a running commentary in a TextBox. The requirement does not allow
using a ListView, but a single text object. I need to set the cursor at the
end of the text (next line) to write the user and date for the next comment.
Thanks --RB
 
Perfect. Thanks.

Eliyahu Goldin said:
Multiline textbox will render as an html <textarea>. Google for html
textarea cursor position. The first link it found should be helpful:

http://www.webmasterworld.com/forum91/4527.htm

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


randy.buchholz said:
I have a running commentary in a TextBox. The requirement does not allow
using a ListView, but a single text object. I need to set the cursor at
the end of the text (next line) to write the user and date for the next
comment. Thanks --RB
 
Back
Top