I am trying to print a message on a web page in vb.net. I am trying to get the messages in new lines. I tried using the ‘\r\n’ and the new line character. But this is getting printed in the page instead of it comming to the next line. Please let me know if there is any alternative.
Share
You need to use HTML on a web page to get line breaks. For example ‘<br/>’ will give you a line break.