The C1Editor control supports BBCode, or Bulletin Board Code, which is a markup language used to format posts in message boards. Simply set the Mode property to take advantage of this feature.
To write code in Source View
<cc1:C1Editor ID="C1Editor1" runat="server" Mode="Bbcode" />
Complete the steps given below:
Your markup should look similar to this:
To write code in Source View
<cc1:C1Editor ID="C1Editor1" runat="server" Mode="Bbcode"
Text="This is some [B]sample text[/B]. You can visit [URL=http://componentone.com/]C-ONE[/URL]." />