i am using this tag its not displaying any thing for HTMLeditor
<asp:TextBox ID="body" runat="server" Height="251px" TextMode="MultiLine"
Width="596px"></asp:TextBox>
<asp:HtmlEditorExtender ID="body_HtmlEditorExtender" runat="server"
TargetControlID="body" DisplaySourceTab="True"
>
<Toolbar>
<asp:Undo />
<asp:Redo />
<asp:Bold />
<asp:Italic />
<asp:Underline />
<asp:StrikeThrough />
<asp:JustifyLeft />
<asp:JustifyCenter />
<asp:JustifyRight />
<asp:JustifyF ...
Go to the complete details ...