DaveC426913
Programmer
I'm designing an ASP.NET app and I have a multiline textbox to display a running series of event messages (the same way ws_ftp does). I want the last line to be always in the window, even as the text gets longer and longer.
How can I do this? If this were a VB app, I would use Text.scrolltocaret(), but that is not an option on a webpage textbox control.
I am also open to suggestions about how I can display these messages to the user in some other format (such as a different control.) It would be nice to be able to insert some rich text in my messages, such as colour or bolding on specific lines.
How can I do this? If this were a VB app, I would use Text.scrolltocaret(), but that is not an option on a webpage textbox control.
I am also open to suggestions about how I can display these messages to the user in some other format (such as a different control.) It would be nice to be able to insert some rich text in my messages, such as colour or bolding on specific lines.