Pavilina,
The difference between the example and what I'm trying to do is that in the example, you're manually typing into the textbox and what I need to do is programmatically add text to the textbox while keeping the last line added visible. There seems to be a difference in behavior when adding text to the textbox programmatically versus typing into the textbox manually.
Here's a simple example of what I'm talking about:
TestPage.aspx
TestPage.aspx.cs
When I run this, once the textbox is filled, it keeps going past the end of the textbox but does not keep the last added line visible. I've tried various ways of trying to accomplish this with javascript but I haven't been able to get any examples I've seen online to work (I think mostly because every example I see deals with static text and not constantly updating like this). Let me know if you need any more from me in trying to figure this out. I've already spent a day on this without luck =/
Thanks,
Chad