place cursor at end of text in memo field (.net app)
is there a way when a page opens, to place the cursor at the end of a large memo field so users can automatically start entering text at the end of the field, rather than have them scroll down first?
thanks
go it tbPositionCursor.Select(tbPositionCursor.Text.Length, 0);
精彩评论