Working with mmImageMap
mmImageMapis a direct subclass of the standard ImageMap control which has been extended by adding MM .NET data binding and security. By default, the control's ImageUrl property is data bound.
For information on using the mapping feature of the ImageMap, check MSDN .NET Help.
Data Binding mmImageMap
To data bind an mmImageMap control:
- Create a business object method that retrieves a record containing a date you want to bind to the ImageMap
- 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 mmImageMap 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 ImageMap
You should now be able to run your web form and see the ImageMap. For example:
© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 04/27/18
Comment or report problem with topic
