Good Day. I am using VB.net 2010 and SQL client server.
I have to make a Weekly Report Manager that stores an Trainees'
weekly activity, which would probably be in a paragraph form.
I think I can use Textbox (multilined) or Richtextbox for this.
But When I tried to store and read the stored data it is not multilined.
Example:
INPUT in textbox/richtextbox: I am
a good
trainee
inserted it in database as textbox.text or richtextbox.text
and the result will be:
I ama goodtrainee
So if I retrieve the data it displays a single lined text.
How can I do it properly? Please help me.
Thanks!