Version 1.1.0.0
Version 1.1.0.0 was released on October 30th, 2004.
- Added a TagString property to the Web Image Area controls so that the
tag value could be set in the design-time HTML. ASP.NET is unable to convert a value to an Object at runtime if
assigned to the Tag property in the design-time HTML. As such, use the
TagString property instead. The Tag property can be used in
code to assign values of any type to the tag value.
- The default behavior of throwing an exception if the page's form control cannot be found when
post back image areas are used has been changed. If not found, it now defaults to using element zero of the
forms collection (forms[0]). If you need to override this behavior and specify an
actual form ID, use the new FormId property on the first image map control that appears
on the page.
- Added culture awareness where needed to the conversion to/from string values.