Different authors can add comments to all text ranges and attach MS Word compatible comments to tracked changes. Comments can be imported and exported from and to MS Word formats including Office Open XML, DOC and RTF.

This demo uses the MVC version of TXTextControl.Web included in TX Text Control .NET Server for ASP.NET. The functionality is compatible across all supported platforms.

Version 33.0

@Html.TXTextControl().TextControl(settings => {
settings.Dock = DockStyle.Fill;
settings.UserNames = new string[] { "Tim Typer" };
}).LoadText(Server.MapPath("~/App_Data/Documents/comments_templates.tx"),
StreamType.InternalUnicodeFormat).Render()
view raw test.cshtml hosted with ❤ by GitHub

No code required.

TXTextControl.addEventListener("ribbonTabsLoaded", function () {
$("#tabFile").parent().remove();
TXTextControl.showSideBar(TXTextControl.SideBarType.Comments, true);
});
TXTextControl.addEventListener("documentLoaded", function () {
TXTextControl.comments.getNextItem(function (comment) { comment.scrollTo(); });
});
view raw test.js hosted with ❤ by GitHub

No code required.

Next Sample

© 2025 Copyright Text Control GmbH and Text Control, LLC. All rights reserved. We documents.