Working with mmBulletedList
mmBulletedList is a direct subclass of the standard BulletedList control which has been extended by adding MM .NET data binding and security.
Data Binding mmBulletedList
To data bind an mmBulletedList control:
- Create a business object method that retrieves items for the list
- Register the business object in the web form's Load handler then call the business object method that populates the list
- Drag and drop the mmBulletedList control on your web form
- Set the BulletStyle property to the desired visual bullet type (Note: this is a standard .NET property, NOT an MM .NET property).
- In the Properties Window set the BindingSource to the business object you registered in the previous step
- Set the BindingSourceDisplayMember to the member that contains the URL display text
- Set the BindingSourceValueMember to the member that contains the actual URL to navigate to
You should now be able to run your web form, see the populated bulleted list:

Data Binding a List of URLs
To use mmBulletedList to display a list of navigable URLs:
- Create a business object method that retrieves URLs for the list
- Register the business object in the web form's Load handler then call the business object method that populates the list
- Drag and drop the mmBulletedList control on your web form
- Set the BulletStyle property to the desired visual bullet type (Note: this is a standard .NET property, NOT an MM .NET property).
- In the Properties Window set the BindingSource to the business object you registered in the previous step
- Set the BindingSourceDisplayMember to the member that contains the display text
You should now be able to run your web form, see the URLs displayed in the bulleted list, and click on them to navigate to the specified web site:
© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 04/26/18
Comment or report problem with topic
