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



Gets or sets a value indicating whether an automatic postback (or callback) to the server will occur whenever the user modifies the text in the LiveTextBox control and then tabs out of the control.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Automatically postback (or callback) to the server after selection has changed.")>
Public Overrides Property AutoPostBack As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LiveTextBox
Dim value As Boolean
 
instance.AutoPostBack = value
 
value = instance.AutoPostBack
C# 
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Automatically postback (or callback) to the server after selection has changed.")]
public override bool AutoPostBack {get; set;}
C++/CLI 
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Automatically postback (or callback) to the server after selection has changed.")]
public:
property bool AutoPostBack {
   bool get() override;
   void set (    bool value) override;
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.TextBoxClass.AutoPostBack.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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