HelperID Property
Retrieves a value that indicates the ID of the hidden helper.
Syntax
Visual Basic Overridable Protected ReadOnly Property HelperID As string C# protected virtual string HelperID { get; } Managed C++ protected: __property virtual string get_HelperID(); JScript protected function get HelperID() : string;
Possible Values
sHelperID string that receives the ID of the hidden helper. The property is read-only. The property has no default value.
Property Information
Applies To
BasePostBackControl
See Also