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?
multiline textbox enter key not working for new line
Collapse
X
-
The Asp.NET TextBox control has a TextMode Property that you can set to indicate that the TextBox should accept multiple lines.
-Frinny
Comment