How can I bold my output like this
Student "John" assigned to Officer "Mick".
i want John and Mick bold in web
This is my code aspx :
this.lblAssignee.Text = " Student \"" + StudentAssign + "\" assigned to Officer \"" + objAssign.FullName + "\".";