Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active December 10, 2015 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/560d8e2747e673e7a330 to your computer and use it in GitHub Desktop.
Save bjoerntx/560d8e2747e673e7a330 to your computer and use it in GitHub Desktop.
@Html.TXTextControl().TextControl(settings =>
{
settings.Dock = TXTextControl.Web.DockStyle.Window;
}).LoadText(Server.MapPath("~/App_Data/Documents/invoice.docx"),
StreamType.WordprocessingML).LoadXMLDatabase(
Server.MapPath("~/App_Data/DataSources/sample_db.xml")).Render()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment