TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jeff
NA
1
0
Bold Output of text
Nov 28 2006 12:03 AM
Hello Everyone, I am quite new to the c# language, and .ASP is not all that familiar to me either. I have a seemingly simple line of c# code which I need to output Bold text as opposed to standard plain text. The code you see here is responsible for outputting content into an email. Here is a sample line of code. sb.Append("
"); sb.Append("
"); sb.Append("
LAST NAME:
" + this.txtLastName.Text + "
"); sb.Append("
FIRST NAME:
" + this.txtFirstName.Text + "
"); sb.Append("
MIDDLE INITIAL:
" + this.txtMiddleInitial.Text + "
"); sb.Append("
"); sb.Append("
"); Basically I would like "this.txtFirstName.Text" to be Bold in the resulting Email. I am sure there isa imple explanation but I am a novice when it comes to this topic. Thank you so much for your help in advance.
Reply
Answers (
1
)
my dll problem!
What would I do To debug this program?