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:
- Create a business object method that retrieves a record containing a date you want to bind to the Literal
- Register the business object in the web form's Load handler then call the business object method that retrieves the date
- Drag and drop the mmLiteral control on your web form
- In the Properties Window set the BindingSource to the business object you registered in the previous step
- 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
