Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Asp.net text box..text wrap

Options
  • 22-05-2006 9:43am
    #1
    Closed Accounts Posts: 29


    Hi,

    I have created an asp.net multi-line text box and I would like to disable the option of text wrap so that no matter how long a line of text is it will not go onto the next line. I have tryed using text=false but when I populate the text box, the text box is empty. Can anybody help please?


Comments

  • Registered Users Posts: 683 ✭✭✭Gosh


    Set the textbox.wrap property to false


Advertisement