Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a value that indicates if a hidden helper is needed by the control.
Syntax
Visual Basic Overridable Protected ReadOnly Property NeedHelper As bool C# protected virtual bool NeedHelper { get; } Managed C++ protected: __property virtual bool get_NeedHelper(); JScript protected function get NeedHelper() : bool;
Possible Values
bNeedHelper One of the following values: falseHidden helper is not needed by this control.trueHidden helper is needed by this control.The property is read-only. The property has no default value.
Property Information
Applies To
BasePostBackControl
See Also