PowerWEB LiveControls for ASP.NET
AutoPostback Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveCheckBoxColumn Class : AutoPostback Property



Gets or sets a value indicating whether the check boxes automatically post back to the server when checked.

Syntax

Visual Basic (Declaration) 
Public Property AutoPostback As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LiveCheckBoxColumn
Dim value As Boolean
 
instance.AutoPostback = value
 
value = instance.AutoPostback
C# 
public bool AutoPostback {get; set;}
C++/CLI 
public:
property bool AutoPostback {
   bool get();
   void set (    bool value);
}

Property Value

true to automatically post to the server; otherwise, false. The default is true.

Remarks

Use this property to specify whether the state of the LiveCheckBoxColumn is posted back to the server when clicked (via callback or postback, depending on the value of EnableCallback).

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.