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