NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlSelect.DataValueField

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);

Property Value

The field in the data source.

See Also

HtmlSelect Class | HtmlSelect Members | System.Web.UI.HtmlControls Namespace