multiline textbox enter key not working for new line

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Amber101
    New Member
    • Jan 2013
    • 1

    multiline textbox enter key not working for new line

    I have asp textbox in C#, when I use enter key it does not give me new line. how can I get new line with enter key. My project has master file. I think I need java script for this but not sure how?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    The Asp.NET TextBox control has a TextMode Property that you can set to indicate that the TextBox should accept multiple lines.

    -Frinny

    Comment

    Working...