Image MapForce Script Registration Property
This property is used to force registration of the postback script even if it may not be used
Definition
Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
The default is false and the script is only registered if there are image areas with their Action set to PostBack. You can set this to true to force the postback script to be registered so that it appears in the page. This is useful if you are using the image map in an Ajax panel and the control does not contain image areas when the page is initially loaded.
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
public bool ForceScriptRegistration { get; set; }VB
Public Property ForceScriptRegistration As Boolean
Get
SetC++
public:
property bool ForceScriptRegistration {
bool get ();
void set (bool value);
}F#
member ForceScriptRegistration : bool with get, setProperty Value
BooleanThe default is false and the script is only registered if there are image areas with their Action set to PostBack. You can set this to true to force the postback script to be registered so that it appears in the page. This is useful if you are using the image map in an Ajax panel and the control does not contain image areas when the page is initially loaded.