HelperData Property
Sets or retrieves a value that indicates the data stored in the hidden helper.
Syntax
Visual Basic Overridable Protected Property HelperData As string C# protected virtual string HelperData { get; set; } Managed C++ protected: __property virtual string get_HelperData();
protected: __property virtual void set_HelperData(string);JScript protected function get HelperData() : string;
protected function set HelperData(string);
Possible Values
sHelperData string that specifies or receives the data stored in the hidden helper. The property is read/write. The property has no default value.
Property Information
Applies To
BasePostBackControl
See Also