i have 3 textboxes on an asp.net page and i would like to send the text on all those textboxes as an email message body when a button is clicked. I want each text on each textbox to appear on a new line(this i can do), but i also want the lines to be bulleted. Something like
- Text on Textbox1
- Text on Textbox2
- Text on Textbox3
Thank you in advance.
If you are happy with HTML in the message body then create a HTML unordered list as follows:
C#:
VB.NET: