[CLOSED] New line in TextArea

  1. #1

    [CLOSED] New line in TextArea

    Hi!

    How I can make a line break into a textArea from codebehind?
    Or some other similar object to the ListBox in asp.

    Thanks!
    Last edited by geoffrey.mcgill; Jan 16, 2014 at 11:24 PM. Reason: [CLOSED]
  2. #2
    Quote Originally Posted by JCarlosF View Post
    Hi!

    How I can make a line break into a textArea from codebehind?
    Or some other similar object to the ListBox in asp.

    Thanks!

    I solved this way (using the listbox object):

    <ext:Container ID="ContainerResult" runat="server" MarginSpec="10 0 0 20" >
            <Content>
               <asp:ListBox ID="ListBoxResultados" runat="server"  Width="535" Height="345" ></asp:ListBox>
            </Content>
       </ext:Container>
    thanks!
  3. #3
    The <ext:SelectBox> maybe helpful too.

    https://examples2.ext.net/#/Form/ComboBox/SelectBox/
    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 2
    Last Post: Nov 07, 2013, 1:03 PM
  2. Change default line break key of TextArea
    By Vinci in forum 2.x Help
    Replies: 1
    Last Post: Jun 19, 2013, 3:15 AM
  3. [CLOSED] textarea with line numbers
    By bogc in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 27, 2011, 11:37 AM
  4. Two Buttons on one line
    By ankit in forum 1.x Help
    Replies: 0
    Last Post: Jun 14, 2010, 12:16 PM
  5. [CLOSED] TextArea in Container doesn't line up to fields above
    By sdevanney in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 30, 2010, 5:45 PM

Posting Permissions