Products Technologies Demo Docs Blog Support Company

TX Text Control Mail Merge Article Collection

In the past few months, I have written many articles about our very successful DocumentServer namespace that was introduced 2 years ago. This namespace not only contains the MailMerge component, that can be used to implement an MS Word compatible merge process with only 3 lines of code, but also the FieldAdapters, that help you to create or manipulate MS Word fields such as the MergeField or the FormText field. Despite all the articles being tagged, I thought it would help to list the most…

TX Text Control Mail Merge Article Collection

TX Text Control DocumentServerIn the past few months, I have written many articles about our very successful DocumentServer namespace that was introduced 2 years ago.

This namespace not only contains the MailMerge component, that can be used to implement an MS Word compatible merge process with only 3 lines of code, but also the FieldAdapters, that help you to create or manipulate MS Word fields such as the MergeField or the FormText field.

Despite all the articles being tagged, I thought it would help to list the most important articles in a link collection.

Mail Merge with an MS SQL Server Database
/blog/2010/06/22/mail-merge-with-an-ms-sql-server-database/

Creating mail merge templates in MS Word 2010
/blog/2011/02/04/creating-mail-merge-templates-in-ms-word-2010/

What do you get in the DocumentServer namespace?
/blog/2011/02/17/what-do-you-get-in-the-documentserver-namespace/

Merging a document with 3 lines of code: The new MailMerge class
/blog/2008/02/01/merging-a-document-with-3-lines-of-code-the-new-mailmerge-class/

Mail Merge Designer with Sources
/blog/2010/07/15/new-sample-mail-merge-designer-with-sources/

Creating reports with nested repeating blocks
/blog/2010/07/15/new-sample-mail-merge-designer-with-sources/

New sample: Processing MS Word compatible page number fields
/blog/2008/06/25/new-sample-processing-ms-word-compatible-page-number-fields/

Inserting MS Word compatible FORMCHECKBOX fields
/blog/2010/01/27/inserting-ms-word-compatible-formcheckbox-fields/

Inserting and processing MS Word compatible DATE fields
/blog/2010/01/25/inserting-and-processing-ms-word-compatible-date-fields/

How to use the FieldAdapter classes to manipulate ApplicationFields
/blog/2009/10/21/how-to-use-the-fieldadapter-classes-to-manipulate-applicationfields/

Using CheckBoxes, DropDownLists and DatePickers in TX Text Control
/blog/2010/10/14/using-checkboxes-dropdownlists-and-datepickers-in-tx-text-control/

What do you get in the DocumentServer namespace?
/blog/2011/02/17/what-do-you-get-in-the-documentserver-namespace/

Did you miss an article? Do you need a tutorial for a specific need? Suggest it by adding a comment.

Stay in the loop!

Subscribe to the newsletter to receive the latest updates.

Related Posts

Windows FormsWPF.NET

Create a Table of Contents in Windows Forms using C#

This article explains how to create a table of contents in Windows Forms using the ribbon or programmatically. Creating a table of contents is required to organize large documents.


ASP.NETWindows FormsWPF

Official TX Text Control .NET Sample Applications Are Now Hosted on GitHub

This article gives a quick overview of the new repositories, their structure and our plans for the future.


ASP.NETJavaScriptDocument Editor

Detect Toggle Button Changes Using a MutationObserver

This article shows how to detect changes of toggle buttons in the ribbon of the web editor using a MutationObserver. The state of a toggle button in the ribbon visualizes the state of a certain…


Windows FormsList.NET

Two Ways to Restart Numbered Lists in TX Text Control

In TX Text Control, numbered lists are continued by default and need to be reset when required. There is more than one way if you want to restart numbered lists in a document. In this article, two…


Windows FormsSampleShortcuts

Zoom Tricks: Disabling CTRL + MOUSE WHEEL and More

This article shows how to disable CTRL + MOUSE WHEEL, implement zooming with keyboard and reset the zoom factor to its default value.