Gets or sets the contents of a text box.
[Visual Basic] Overridable Public Property Value As String [C#] public string Value {virtual get; virtual set;} [C++] public: __property virtual String* get_Value(); public: __property virtual void set_Value(String*); [JScript] public function get Value() : String; public function set Value(String);
The contents of a text box.
HtmlInputControl Class | HtmlInputControl Members | System.Web.UI.HtmlControls Namespace