or
<
Paragraphs
>
<
telerik:EditorParagraph
Title
=
"Normal"
Tag="<p>" />
<
telerik:EditorParagraph
Title="<H4 >Add xref<
H4
>" Tag="<
xref
>" />
</
Paragraphs
>
Response.AddHeader("Content-Disposition", "attachment;filename=" + MyFileInfo.FullName);
Response.WriteFile(FullPath, StartPos, FileSize);
Response.End();