virtualranger
Technical User
Ok, in our asp/vb.net database app we have a notes field that can sometimes be quite large. I need to display this in a read-only textbox. The text box automatically scrolls vertically if the notes don't fit in the defined window. So far so good, nice and easy. However, the most recent notes are at the bottom of the text box and these are the ones the users are most interested in. Therefore I need the scrolling text box view to default to the bottom of the field rather than the top, so the user doesnt have to keep scrolling to the bottom every time they open the page.
Does that make sense? I have no idea how to do this. if the text box is editable it's no problem, it's just when it's read-only.
Thanks,
Jamie
Does that make sense? I have no idea how to do this. if the text box is editable it's no problem, it's just when it's read-only.
Thanks,
Jamie