How I can retrieve long text from data base in multi line instead of a long line?
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hi friends, When I retrieve some text from database, a Long line be created in my control and a horizontal scroll be created. I want this long line be shown in multi line. How I can solve this problem? Thank You
Hoda
You could either: 1.) Store the text with new line-seperators 2.) or set your textbox as multiline and wordwrap Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
You could either: 1.) Store the text with new line-seperators 2.) or set your textbox as multiline and wordwrap Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.