Working with mmTable

mmTableis a direct subclass of the standard Table control which has been extended by adding MM .NET security and localization.

Adding Columns and Rows to mmTable

To data bind an mmTable control:

  1. Drag and drop the mmTable control on your web form

  2. In the Properties Window select the Rows property and click its associated ellipses button [...]. In the TableRow Collection Editor dialog, click the Add button to add the desired number of rows:

  3. For each row, select the Cells property and click its associated ellipses button [...]. In the TableCell collection editor, click the Add button to add the desired number of cells:

  4. For each cell, you can specify properties such as Text, HorizontalAlign, and VerticalAlign as desired.

You should now be able to run your web form and see the Table. For example:


© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 04/27/18
Comment or report problem with topic