Gets or sets the field in the data source that provides the option item value for the HtmlSelect control.
[Visual Basic] Overridable Public Property DataValueField As String [C#] public string DataValueField {virtual get; virtual set;} [C++] public: __property virtual String* get_DataValueField(); public: __property virtual void set_DataValueField(String*); [JScript] public function get DataValueField() : String; public function set DataValueField(String);
The field in the data source.
HtmlSelect Class | HtmlSelect Members | System.Web.UI.HtmlControls Namespace