Working with mmLiteral

mmLiteralis a direct subclass of the standard Literal control which has been extended by adding MM .NET data binding, security, and localization.

Data Binding mmLiteral

To data bind an mmLiteral control:

  1. Create a business object method that retrieves a record containing a date you want to bind to the Literal

  2. Register the business object in the web form's Load handler then call the business object method that retrieves the date

  3. Drag and drop the mmLiteral control on your web form

  4. In the Properties Window set the BindingSource to the business object you registered in the previous step

  5. Set the BindingSourceMember to the member that contains the image to be displayed in the Literal

You should now be able to run your web form and see the Literal.


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