P
Peter
Hi
I have a textbox control:
<asp:TextBox ID="notesTextbox" runat="server"
TextMode="MultiLine"></asp:TextBox>
The textbox is populated with a lot of text, and displayed on my page.
How do I make the textbox display the last lines of text when it is
displayed instead of starting with the first text?
Thanks,
Peter
I have a textbox control:
<asp:TextBox ID="notesTextbox" runat="server"
TextMode="MultiLine"></asp:TextBox>
The textbox is populated with a lot of text, and displayed on my page.
How do I make the textbox display the last lines of text when it is
displayed instead of starting with the first text?
Thanks,
Peter