Gets or sets a value indicating whether a postback to the server automatically occurs when the value of the control changes.
Namespace: MindFusion.Common.WebForms
Package: MindFusion.Common.WebForms
C# Copy Code |
---|
public bool AutoPostBack { get; set; } |
Visual Basic Copy Code |
---|
Public Property AutoPostBack As Boolean |
This property is used only if ClientSideMode is set to ClientSideMode.ImageMap.