AutoPostBack property. This automatically causes a postback to the server whenever the user changes the selection of the list.
[Visual Basic] Overridable Public Property AutoPostBack As Boolean [C#] public bool AutoPostBack {virtual get; virtual set;} [C++] public: __property virtual bool get_AutoPostBack(); public: __property virtual void set_AutoPostBack(bool); [JScript] public function get AutoPostBack() : Boolean; public function set AutoPostBack(Boolean);
ListControl Class | ListControl Members | System.Web.UI.WebControls Namespace