1

How to display retrieved text from database into multiline not single horizontal line in
asp.net web project ?

Mahmoud Gamal
  • 78,257
  • 17
  • 139
  • 164
Aya Mohammad
  • 245
  • 3
  • 13

1 Answers1

2

For edit form use textarea html tag. Also you can use WYSIWYG editors(for example CKEditor). For view you can use any tag for display multiline text.

test1604
  • 620
  • 4
  • 12
  • 31